From 7a87f495dffe9ca05065a4a790b9e0fca78312d9 Mon Sep 17 00:00:00 2001 From: Michal Kleczek Date: Fri, 14 Jun 2024 19:25:43 +0200 Subject: [PATCH] docs: add pg-notify-stdout to ecosystem --- docs/ecosystem.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index a31875618..f3a11a5da 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -62,6 +62,7 @@ External Notification These are PostgreSQL bridges that propagate LISTEN/NOTIFY to external queues for further processing. This allows functions to initiate actions outside the database such as sending emails. +* `pg-notify-stdout `_ - writes notifications to standard output (use in shell scripts etc.) * `pg-notify-webhook `_ - trigger webhooks from PostgreSQL's LISTEN/NOTIFY * `pgsql-listen-exchange `_ - RabbitMQ * `postgres-websockets `_ - expose web sockets for PostgreSQL's LISTEN/NOTIFY