projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7415e08
)
Fix typo in PL/PgSQL documentation, per Chris KL.
author
Neil Conway
Thu, 1 Dec 2005 10:36:57 +0000
(10:36 +0000)
committer
Neil Conway
Thu, 1 Dec 2005 10:36:57 +0000
(10:36 +0000)
doc/src/sgml/plpgsql.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/plpgsql.sgml
b/doc/src/sgml/plpgsql.sgml
index afea5ee79d103475dc4611b43414a8b0e01537cb..60a1572e703b7667663c2177c91087f302f5af18 100644
(file)
--- a/
doc/src/sgml/plpgsql.sgml
+++ b/
doc/src/sgml/plpgsql.sgml
@@
-1,5
+1,5
@@
@@
-1964,7
+1964,7
@@
END LOOP;
<<
label
>>
FOR
name
IN
REVERSE
expression
..
expression
LOOP
statements
-END LOOP
lab
a
l
;
+END LOOP
lab
e
l
;