Notification

NotificationResponse message received from the backend. https://www.postgresql.org/docs/current/static/sql-notify.html

Members

Variables

channel
string channel;

The name of the channel that the notify has been raised on.

payload
string payload;

The "payload" string passed from the notifying process.

procId
int procId;

The process ID of the notifying backend process.

Meta