From 7dbd5f799e5897ea717808a1e15c29466a849951 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Fri, 2 Feb 2018 19:57:24 -0800 Subject: [PATCH] Update name of diogob's websocket adapter --- intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intro.rst b/intro.rst index 426c625cf..78178b6f1 100644 --- a/intro.rst +++ b/intro.rst @@ -58,6 +58,7 @@ External Notification These are PostgreSQL bridges that propagate LISTEN/NOTIFY to external queues for further processing. This allows stored procedures to initiate actions outside the database such as sending emails. +* `diogob/postgres-websockets `_ - expose web sockets for PostgreSQL's LISTEN/NOTIFY * `frafra/postgresql2websocket `_ - Websockets * `matthewmueller/pg-bridge `_ - Amazon SNS * `aweber/pgsql-listen-exchange `_ - RabbitMQ @@ -102,7 +103,6 @@ In Production Extensions ---------- -* `diogob/postgrest-ws `_ - expose web sockets for PostgreSQL's LISTEN/NOTIFY * `pg-safeupdate `_ - Prevent full-table updates or deletes * `srid/spas `_ - allow file uploads and basic auth * `svmnotn/postgrest-auth `_ - OAuth2-inspired external auth server