From f67ab295d088f8cb1a3407d1b8c187a7187c7e95 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Sun, 12 May 2019 10:34:10 +0200 Subject: Add LISTEN/NOTIFY support This really is just a matter of reading out notifications when they're available. Also, we offer a way to explicitly wait for notifications. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index e6a3b16..7d0ab9d 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ - Add Batch (pipeline) API support (http://blog.2ndquadrant.com/postgresql-latency-pipelining-batching/) -- Add LISTEN/NOTIFY support - Add support for range types +- Use PQsetnonblocking on the connection to ensure large sends are nonblocking too - Add large object support - Add namespace support for types? - Add support for multiple hosts as list in connection args? (new in PG 10) -- cgit v1.2.3