File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.173 2006/10/31 01:52:31 neilc Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.174 2006/10/31 02:29:15 tgl Exp $
33PostgreSQL documentation
44-->
55
@@ -477,10 +477,12 @@ PostgreSQL documentation
477477 </para>
478478
479479 <para>
480- If the script itself uses <command>BEGIN</>, <command>COMMIT</>
481- or any command that cannot be executed inside a transaction
482- block, specifying this option will cause the transaction to be
483- aborted.
480+ If the script itself uses <command>BEGIN</>, <command>COMMIT</>,
481+ or <command>ROLLBACK</>, this option will not have the desired
482+ effects.
483+ Also, if the script contains any command that cannot be executed
484+ inside a transaction block, specifying this option will cause that
485+ command (and hence the whole transaction) to fail.
484486 </para>
485487 </listitem>
486488 </varlistentry>
You can’t perform that action at this time.
0 commit comments