projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a5ee2a
)
Fix synopsis of DO statement.
author
Itagaki Takahiro
Tue, 16 Feb 2010 00:49:42 +0000
(
00:49
+0000)
committer
Itagaki Takahiro
Tue, 16 Feb 2010 00:49:42 +0000
(
00:49
+0000)
doc/src/sgml/ref/do.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/do.sgml
b/doc/src/sgml/ref/do.sgml
index f9e06ca092b53f23e155ed4ed1c302fa17f47b4c..05678c4e8e73ff17d144d51366b748a1838db7b8 100644
(file)
--- a/
doc/src/sgml/ref/do.sgml
+++ b/
doc/src/sgml/ref/do.sgml
@@
-1,5
+1,5
@@
@@
-25,7
+25,7
@@
PostgreSQL documentation
-DO
{ [ LANGUAGE
lang_name
] |
code
} ...
+DO
[ LANGUAGE
lang_name
]
code