Fix synopsis of DO statement.
authorItagaki Takahiro
Tue, 16 Feb 2010 00:49:42 +0000 (00:49 +0000)
committerItagaki Takahiro
Tue, 16 Feb 2010 00:49:42 +0000 (00:49 +0000)
doc/src/sgml/ref/do.sgml

index f9e06ca092b53f23e155ed4ed1c302fa17f47b4c..05678c4e8e73ff17d144d51366b748a1838db7b8 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -25,7 +25,7 @@ PostgreSQL documentation
 
  
 
-DO { [ LANGUAGE lang_name ] | code } ...
+DO [ LANGUAGE lang_name ] code