*** a/doc/src/sgml/ref/notify.sgml --- b/doc/src/sgml/ref/notify.sgml *************** *** 152,169 **** NOTIFY channel [ , Notes - - pg_notify - - - - To send a notification you can also use the function - pg_notify(text, - text). The function takes the channel name as the - first argument and the payload as the second. The function is much easier - to use than the NOTIFY command if you need to work with - non-constant channel names and payloads. - There is a queue that holds notifications that have been sent but not yet processed by all listening sessions. If this queue becomes full, --- 152,157 ---- *************** *** 180,185 **** NOTIFY channel [ , NOTIFY cannot be prepared for two-phase commit. + + + pg_notify + + + pg_notify + + + + To send a notification you can also use the function + pg_notify(text, + text). The function takes the channel name as the + first argument and the payload as the second. The function is much easier + to use than the NOTIFY command if you need to work with + non-constant channel names and payloads. + +