summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-03-24 18:33:52 +0000
committerBruce Momjian <bruce@momjian.us>2003-03-24 18:33:52 +0000
commit8670e3588f12c819b46e09963091b54fce79c8f5 (patch)
treefa70ec0c850168f5c0fa2bd5843a5ebd022d66c8 /doc/src/sgml/ref
parentd258ba01ec601f655137468bd484153eb369e92d (diff)
Prevent multiple queries in a single string into a single transaction
when autocommit is off, and document grouping when autocommit is on.
Diffstat (limited to 'doc/src/sgml/ref')
-rw-r--r--doc/src/sgml/ref/psql-ref.sgml7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml
index f2cf072edc7..b00038fed51 100644
--- a/doc/src/sgml/ref/psql-ref.sgml
+++ b/doc/src/sgml/ref/psql-ref.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.86 2003/03/24 14:32:51 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.87 2003/03/24 18:33:52 momjian Exp $
PostgreSQL documentation
-->
@@ -87,6 +87,11 @@ PostgreSQL documentation
<application>psql</application>, like this: <literal>echo "\x \\
select * from foo;" | psql</literal>.
</para>
+ <para>
+ If <quote>autocommit</quote> is on, multiple queries in a single
+ string are processed in a single transaction.
+
+ </para>
</listitem>
</varlistentry>