Thanks to visit codestin.com Credit goes to github.com
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 036b6bd commit 0ff56a5Copy full SHA for 0ff56a5
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