From: Bruce Momjian Date: Fri, 29 Jul 2005 13:00:03 +0000 (+0000) Subject: I've had this small patch in my local tree for a while. It documents X-Git-Tag: REL8_1_0BETA1~216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16a23597e33ccdb0c19a1f6caa79736d197dc6d7;p=postgresql I've had this small patch in my local tree for a while. It documents new commands which may make an SPI call fail. Alvaro Herrera --- diff --git a/doc/src/sgml/spi.sgml b/doc/src/sgml/spi.sgml index 412b88af8f..f7efa3c37f 100644 --- a/doc/src/sgml/spi.sgml +++ b/doc/src/sgml/spi.sgml @@ -1,5 +1,5 @@ @@ -537,8 +537,15 @@ typedef struct SPI_ERROR_TRANSACTION - if BEGIN, COMMIT, or - ROLLBACK was attempted + if any command involving transaction manipulation was attempted + (BEGIN, + COMMIT, + ROLLBACK, + SAVEPOINT, + PREPARE TRANSACTION, + COMMIT PREPARED, + ROLLBACK PREPARED, + or any variant thereof)