diff options
Diffstat (limited to 'doc/src/sgml/ref/show.sgml')
| -rw-r--r-- | doc/src/sgml/ref/show.sgml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/show.sgml b/doc/src/sgml/ref/show.sgml index f42893ffb2..2f086ee8a2 100644 --- a/doc/src/sgml/ref/show.sgml +++ b/doc/src/sgml/ref/show.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/show.sgml,v 1.21 2002/09/01 01:59:48 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/show.sgml,v 1.22 2002/10/13 16:55:05 tgl Exp $ PostgreSQL documentation --> @@ -60,6 +60,13 @@ SHOW ALL command-line flag when starting the <application>postmaster</application>. </para> + + <para> + Even with <literal>autocommit</> set to <literal>off</>, <command>SHOW</> + does not start a new transaction block. See the + <literal>autocommit</> section of the <citetitle>Administrator's + Guide</citetitle> for details. + </para> </refsect1> <refsect1> |
