summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2019-05-12 10:34:10 +0200
committerPeter Bex <peter@more-magic.net>2019-05-12 10:34:10 +0200
commitf67ab295d088f8cb1a3407d1b8c187a7187c7e95 (patch)
tree496789828afac0a9ac0d74aa3a59ab1f69eea8f8 /TODO
parent13eaf04669aabaa0aa88eed768f83dabc8076f0a (diff)
downloadchicken-postgresql-f67ab295d088f8cb1a3407d1b8c187a7187c7e95.tar.gz
Add LISTEN/NOTIFY support4.1.0
This really is just a matter of reading out notifications when they're available. Also, we offer a way to explicitly wait for notifications.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
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)