|
|
|
|
|
by lobster_johnson
4279 days ago
|
|
Postgres has "listen"/"notify", which lets you easily signal between concurrent clients; one notification is delivered to exactly one listener. You can't pass along any information, though you can use the signal name as a way to target listeners. |
|
http://www.postgresql.org/docs/9.3/static/sql-notify.html