POSTGRESQL: UNLISTEN
top of page
CerebroSQL

PostgreSQL:  

UNLISTEN

Topic

UNLISTEN { channel | * }

Example

LISTEN virtual;
NOTIFY virtual;
Asynchronous notification "virtual" received from server process with PID 8448.

UNLISTEN virtual;
NOTIFY virtual;
-- no NOTIFY event is received

bottom of page