8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5ee2a commit 3d4a2ceCopy full SHA for 3d4a2ce
doc/src/sgml/ref/do.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/ref/do.sgml,v 1.4 2010/02/15 02:55:01 itagaki Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/do.sgml,v 1.5 2010/02/16 00:49:42 itagaki Exp $
3
PostgreSQL documentation
4
-->
5
@@ -25,7 +25,7 @@ PostgreSQL documentation
25
26
<refsynopsisdiv>
27
<synopsis>
28
-DO { [ LANGUAGE <replaceable class="PARAMETER">lang_name</replaceable> ] | <replaceable class="PARAMETER">code</replaceable> } ...
+DO [ LANGUAGE <replaceable class="PARAMETER">lang_name</replaceable> ] <replaceable class="PARAMETER">code</replaceable>
29
</synopsis>
30
</refsynopsisdiv>
31
0 commit comments