summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-10-31 01:56:55 +0000
committerBruce Momjian <bruce@momjian.us>2001-10-31 01:56:55 +0000
commit2fd8f8907fb054896061a4038fb3eab424c40449 (patch)
tree4fe13e78714a61b83bd160c6a8a85d768846dbab
parent9a88b8a6001d57edaf461bb07d33a9087b5dac58 (diff)
Update TODO list.
-rw-r--r--doc/TODO11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 8793a628df9..ebdf20c030a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Oct 30 10:57:33 PST 2001
+Last updated: Tue Oct 30 20:56:47 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -226,7 +226,16 @@ 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
REFERENTIAL INTEGRITY