From 714f279457de23cbc81efc6961f4b5d611723db6 Mon Sep 17 00:00:00 2001 From: Itagaki Takahiro Date: Mon, 15 Feb 2010 02:55:01 +0000 Subject: Add psql tab completion for DO blocks. Also adjust documentation of DO. Patch from David Fetter and subsequent discussion. --- doc/src/sgml/ref/do.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src') 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 @@ @@ -25,7 +25,7 @@ PostgreSQL documentation -DO code [ LANGUAGE lang_name ] +DO { [ LANGUAGE lang_name ] | code } ... -- cgit v1.2.3