Introduction to Listen and Notify
Learn about how to enable notifications in PostgreSQL.
We'll cover the following...
The PostgreSQL protocol includes a streaming protocol with COPY
and also implements asynchronous messages and notifications. This means that as soon as a connection is established with PostgreSQL, the server can send messages to the client even when the client is idle. ...