8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965a16f commit 7b233fcCopy full SHA for 7b233fc
doc/src/sgml/ref/prepare_transaction.sgml
@@ -100,7 +100,8 @@ PREPARE TRANSACTION <replaceable class="PARAMETER">transaction_id</replaceable>
100
It is not currently allowed to <command>PREPARE</> a transaction that
101
has executed any operations involving temporary tables,
102
created any cursors <literal>WITH HOLD</>, or executed
103
- <command>LISTEN</> or <command>UNLISTEN</>.
+ <command>LISTEN</>, <command>UNLISTEN</>, or
104
+ <command>NOTIFY</>.
105
Those features are too tightly
106
tied to the current session to be useful in a transaction to be prepared.
107
</para>
0 commit comments