diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/prepare_transaction.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/prepare_transaction.sgml b/doc/src/sgml/ref/prepare_transaction.sgml index 50a93b45dd3..0794bc531a9 100644 --- a/doc/src/sgml/ref/prepare_transaction.sgml +++ b/doc/src/sgml/ref/prepare_transaction.sgml @@ -98,8 +98,8 @@ 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, - created any cursors <literal>WITH HOLD</>, or executed + has executed any operations involving temporary tables or the session's + temporary namespace, created any cursors <literal>WITH HOLD</>, or executed <command>LISTEN</>, <command>UNLISTEN</>, or <command>NOTIFY</>. Those features are too tightly |