pg_get_notify
Ping database connection
Description
arraypg_get_notify
resourceconnection
intresult_type
pg_get_notify gets notify message sent by
NOTIFY SQL command. To receive notify
messages, LISTEN SQL command must be
issued. If there is notify message on the connection, array
contains message name and backend PID is returned. If there is no
message, &false; is returned.
See also pg_get_pid
PostgreSQL NOTIFY message
]]>