diff options
author | Peter Bex <peter@more-magic.net> | 2019-05-12 10:34:10 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2019-05-12 10:34:10 +0200 |
commit | f67ab295d088f8cb1a3407d1b8c187a7187c7e95 (patch) | |
tree | 496789828afac0a9ac0d74aa3a59ab1f69eea8f8 /TODO | |
parent | 13eaf04669aabaa0aa88eed768f83dabc8076f0a (diff) | |
download | chicken-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-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |