diff --git a/doc/src/sgml/ref/prepare_transaction.sgml b/doc/src/sgml/ref/prepare_transaction.sgml
index 6a1766ed3cb..990546a8c72 100644
--- a/doc/src/sgml/ref/prepare_transaction.sgml
+++ b/doc/src/sgml/ref/prepare_transaction.sgml
@@ -100,7 +100,8 @@ PREPARE TRANSACTION transaction_id
It is not currently allowed to PREPARE a transaction that
has executed any operations involving temporary tables,
created any cursors WITH HOLD, or executed
- LISTEN or UNLISTEN.
+ LISTEN, UNLISTEN, or
+ NOTIFY.
Those features are too tightly
tied to the current session to be useful in a transaction to be prepared.