Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4671299

Browse files
committed
More keyword uppercasing.
1 parent8123d8f commit4671299

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/plsql.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.44 2001/10/12 23:32:34 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.45 2001/10/13 04:58:35 momjian Exp $
33
-->
44

55
<chapter id="plpgsql">
@@ -232,7 +232,7 @@ DROP FUNCTION testfunc(integer);
232232
CREATE FUNCTION testfunc(INTEGER) RETURNS INTEGER AS '
233233
....
234234
end;
235-
'language 'plpgsql';
235+
'LANGUAGE 'plpgsql';
236236
</programlisting>
237237
</para>
238238

@@ -1312,7 +1312,7 @@ BEGIN
13121312
PERFORM cs_log(''Done refreshing materialized views.'');
13131313
RETURN 1;
13141314
end;
1315-
'language 'plpgsql';
1315+
'LANGUAGE 'plpgsql';
13161316
</programlisting>
13171317

13181318
If the loop is terminated with an EXIT statement, the last
@@ -2530,7 +2530,7 @@ BEGIN
25302530
RETURN 0;
25312531
END IF;
25322532
END;
2533-
'language 'plpgsql';
2533+
'LANGUAGE 'plpgsql';
25342534

25352535
--
25362536
-- Written by Robert Gaszewski (graszew@poland.com)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp