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

Commitcab4081

Browse files
author
Neil Conway
committed
Fix typo in PL/PgSQL documentation, per Chris KL.
1 parent7415e08 commitcab4081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/plpgsql.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.80 2005/11/04 23:14:00 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.81 2005/12/01 10:36:57 neilc Exp $
33
-->
44

55
<chapter id="plpgsql">
@@ -1964,7 +1964,7 @@ END LOOP;
19641964
<optional> &lt;&lt;<replaceable>label</replaceable>&gt;&gt; </optional>
19651965
FOR <replaceable>name</replaceable> IN <optional> REVERSE </optional> <replaceable>expression</replaceable> .. <replaceable>expression</replaceable> LOOP
19661966
<replaceable>statements</replaceable>
1967-
END LOOP <optional> <replaceable>labal</replaceable> </optional>;
1967+
END LOOP <optional> <replaceable>label</replaceable> </optional>;
19681968
</synopsis>
19691969

19701970
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp