diff options
Diffstat (limited to 'doc/src/sgml/ref/prepare_transaction.sgml')
-rw-r--r-- | doc/src/sgml/ref/prepare_transaction.sgml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/prepare_transaction.sgml b/doc/src/sgml/ref/prepare_transaction.sgml index 0c8293f0ec5..47cb1bd0dd7 100644 --- a/doc/src/sgml/ref/prepare_transaction.sgml +++ b/doc/src/sgml/ref/prepare_transaction.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/prepare_transaction.sgml,v 1.5 2006/09/16 00:30:19 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/prepare_transaction.sgml,v 1.5.2.1 2008/03/12 20:12:01 tgl Exp $ PostgreSQL documentation --> @@ -88,8 +88,10 @@ PREPARE TRANSACTION <replaceable class="PARAMETER">transaction_id</replaceable> <para> It is not currently allowed to <command>PREPARE</> a transaction that - has executed any operations involving temporary tables or - created any cursors <literal>WITH HOLD</>. Those features are too tightly + has executed any operations involving temporary tables, + created any cursors <literal>WITH HOLD</>, or executed + <command>LISTEN</> or <command>UNLISTEN</>. + Those features are too tightly tied to the current session to be useful in a transaction to be prepared. </para> |