diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-10-31 15:11:08 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-10-31 15:11:08 +0000 |
commit | fa8505f996c16d96cbb59741d39ae713bae5365e (patch) | |
tree | 4d0ea4cbc4f9c85766e8cfd9f330c3b35d3bf464 | |
parent | 453baecda3a04af650acdad1f808bc55cdfed65d (diff) | |
download | postgresql-fa8505f996c16d96cbb59741d39ae713bae5365e.tar.gz postgresql-fa8505f996c16d96cbb59741d39ae713bae5365e.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Oct 31 10:05:51 EST 2001 +Last updated: Wed Oct 31 10:10:58 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -226,16 +226,14 @@ CLIENTS o Error Codes (pending backend implementation) o -Support for binary data/bytea o Move to using 'make' rather than 'ant'(?) -<<<<<<< TODO * ECPG o implement set descriptor, using descriptor o make casts work in variable initializations o allow variable to specify the connection name o implement SQLDA o allow SELECT of array of strings into a auto-sized variable -======= o Use cursors implicitly to avoid large results (see setCursorName()) ->>>>>>> 1.608 + o Solve cardinality > 1 for input descriptors / variables REFERENTIAL INTEGRITY |