From 820ce4c5e809032f575faed83270e5274b9a87b9 Mon Sep 17 00:00:00 2001 From: Charmander <~@charmander.me> Date: Thu, 5 Dec 2019 13:04:33 -0800 Subject: [PATCH] Remove outdated way of setting keep-alive (now `keepAlive: true`) --- Extras.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Extras.md b/Extras.md index 1177bc6..e2101c4 100644 --- a/Extras.md +++ b/Extras.md @@ -17,7 +17,6 @@ Standalone PostgreSQL packages. - [brianc/node-pg-query-stream](https://github.com/brianc/node-pg-query-stream) - Query results from node-postgres as a readable (object) stream - [emilbayes/pg-ipc](https://github.com/emilbayes/pg-ipc) - IPC over PostgreSQL `LISTEN`/`NOTIFY`/`UNLISTEN` exposed as an `EventEmitter` - [kibae/pg-logical-replication](https://github.com/kibae/pg-logical-replication) - PostgreSQL Location Replication client - logical WAL replication streaming -- [numminorihsf/pg-ka-fix](https://github.com/numminorihsf/pg-ka-fix) - TCP keep-alive extension for node-postgres. - [recursivefunk/pg-gen](https://github.com/recursivefunk/pg-gen) - Use ES6 Generators to paginate through large Postgres result sets