diff options
author | Peter Bex <peter@more-magic.net> | 2018-06-11 21:39:55 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2018-06-11 21:56:43 +0200 |
commit | 385f6f23fee37617e0148babdb00783775d04a70 (patch) | |
tree | 6175f6364667fba196f83bcc328a38f626ee5be0 /TODO | |
download | chicken-postgresql-385f6f23fee37617e0148babdb00783775d04a70.tar.gz |
Initial port of PostgreSQL egg to CHICKEN 54.0.0
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +- Add Batch (pipeline) API support (http://blog.2ndquadrant.com/postgresql-latency-pipelining-batching/) +- Add LISTEN/NOTIFY support +- Add support for range types +- Add large object support +- Add namespace support for types? + |