|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/spi.sgml,v 1.41 2005/05/0200:37:06 neilc Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/spi.sgml,v 1.42 2005/07/29 13:00:03 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="spi">
|
@@ -537,8 +537,15 @@ typedef struct
|
537 | 537 | <term><symbol>SPI_ERROR_TRANSACTION</symbol></term>
|
538 | 538 | <listitem>
|
539 | 539 | <para>
|
540 |
| - if <command>BEGIN</>, <command>COMMIT</>, or |
541 |
| - <command>ROLLBACK</> was attempted |
| 540 | + if any command involving transaction manipulation was attempted |
| 541 | + (<command>BEGIN</>, |
| 542 | + <command>COMMIT</>, |
| 543 | + <command>ROLLBACK</>, |
| 544 | + <command>SAVEPOINT</>, |
| 545 | + <command>PREPARE TRANSACTION</>, |
| 546 | + <command>COMMIT PREPARED</>, |
| 547 | + <command>ROLLBACK PREPARED</>, |
| 548 | + or any variant thereof) |
542 | 549 | </para>
|
543 | 550 | </listitem>
|
544 | 551 | </varlistentry>
|
|