dblink_get_notify (3) Linux Manual Page
dblink_get_notify – retrieve async notifications on a connection Synopsisdblink_get_notify() returns setof (notify_name text, be_pid int, extra text) dblink_get_notify(text connname) returns setof (notify_name text, be_pid int, extra text)Descriptiondblink_get_notify retrieves notifications on either the unnamed connection, or on a named connection if specified. To receive notifications via dblink, LISTEN must first be issued, using dblink_exec. For details…
