aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItagaki Takahiro <itagaki.takahiro@gmail.com>2010-02-16 00:49:42 +0000
committerItagaki Takahiro <itagaki.takahiro@gmail.com>2010-02-16 00:49:42 +0000
commit3d4a2cea57582ec191a0e14b3c80ac8618e02331 (patch)
tree529629ed46d0795fe769787f978ac2b9848fa613
parent4a5ee2a419e1f7c79525bc2c76b6fcd03cc4e815 (diff)
downloadpostgresql-3d4a2cea57582ec191a0e14b3c80ac8618e02331.tar.gz
postgresql-3d4a2cea57582ec191a0e14b3c80ac8618e02331.zip
Fix synopsis of DO statement.
-rw-r--r--doc/src/sgml/ref/do.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/do.sgml b/doc/src/sgml/ref/do.sgml
index f9e06ca092b..05678c4e8e7 100644
--- a/doc/src/sgml/ref/do.sgml
+++ b/doc/src/sgml/ref/do.sgml
@@ -1,5 +1,5 @@
<!--
-$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 $
PostgreSQL documentation
-->
@@ -25,7 +25,7 @@ PostgreSQL documentation
<refsynopsisdiv>
<synopsis>
-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>
</synopsis>
</refsynopsisdiv>