1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Fix misstatement about the results of using -1 with BEGIN.

This commit is contained in:
Tom Lane
2006-10-31 02:29:15 +00:00
parent bc4b856e7b
commit 7e63445d59

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.173 2006/10/31 01:52:31 neilc Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.174 2006/10/31 02:29:15 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -477,10 +477,12 @@ PostgreSQL documentation
</para> </para>
<para> <para>
If the script itself uses <command>BEGIN</>, <command>COMMIT</> If the script itself uses <command>BEGIN</>, <command>COMMIT</>,
or any command that cannot be executed inside a transaction or <command>ROLLBACK</>, this option will not have the desired
block, specifying this option will cause the transaction to be effects.
aborted. Also, if the script contains any command that cannot be executed
inside a transaction block, specifying this option will cause that
command (and hence the whole transaction) to fail.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>