diff options
author | Itagaki Takahiro <itagaki.takahiro@gmail.com> | 2010-02-15 02:55:01 +0000 |
---|---|---|
committer | Itagaki Takahiro <itagaki.takahiro@gmail.com> | 2010-02-15 02:55:01 +0000 |
commit | 714f279457de23cbc81efc6961f4b5d611723db6 (patch) | |
tree | 7ac1448ae50492ad292f8a006e71fcc79e2921fd /doc/src | |
parent | 34ebccddcd234df7b4f25d6dd6355a886c831edb (diff) | |
download | postgresql-714f279457de23cbc81efc6961f4b5d611723db6.tar.gz postgresql-714f279457de23cbc81efc6961f4b5d611723db6.zip |
Add psql tab completion for DO blocks.
Also adjust documentation of DO.
Patch from David Fetter and subsequent discussion.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/do.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/do.sgml b/doc/src/sgml/ref/do.sgml index a85d598c6a3..f9e06ca092b 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.3 2010/01/26 16:33:40 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/do.sgml,v 1.4 2010/02/15 02:55:01 itagaki Exp $ PostgreSQL documentation --> @@ -25,7 +25,7 @@ PostgreSQL documentation <refsynopsisdiv> <synopsis> -DO <replaceable class="PARAMETER">code</replaceable> [ LANGUAGE <replaceable class="PARAMETER">lang_name</replaceable> ] +DO { [ LANGUAGE <replaceable class="PARAMETER">lang_name</replaceable> ] | <replaceable class="PARAMETER">code</replaceable> } ... </synopsis> </refsynopsisdiv> |