We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d622f commit e4fbf22Copy full SHA for e4fbf22
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</command> a transaction that
101
has executed any operations involving temporary tables,
102
created any cursors <literal>WITH HOLD</literal>, or executed
103
- <command>LISTEN</command> or <command>UNLISTEN</command>.
+ <command>LISTEN</command>, <command>UNLISTEN</command>, or
104
+ <command>NOTIFY</command>.
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