|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.173 2006/10/3101:52:31 neilc Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.174 2006/10/3102:29:15 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -477,10 +477,12 @@ PostgreSQL documentation
|
477 | 477 | </para>
|
478 | 478 |
|
479 | 479 | <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. |
484 | 486 | </para>
|
485 | 487 | </listitem>
|
486 | 488 | </varlistentry>
|
|