
NAME
LISTEN -
SYNOPSIS
LISTEN name
DESCRIPTION
LISTEN name
NOTIFY name NOTIFY
UNLISTEN
PostgreSQL libpq LISTEN SQL PQnotifies libpgtcl libpgtcl LISTEN
UNLISTEN
NOTIFY [notify(7)] LISTEN NOTIFY
PARAMETERS
name
()
EXAMPLES
psql /
LISTEN virtual;
NOTIFY virtual;
Asynchronous notification "virtual" received from server process with PID 8448.
COMPATIBILITY
SQL LISTEN
SEE ALSO
NOTIFY [notify(7)], UNLISTEN [unlisten(l)]
Postgresql <laser@pgsqldb.org>