From: Bruce Momjian Date: Thu, 1 Nov 2001 20:06:59 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL9_0_0~19216 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=36aa85dcd3b54808b4e9a4a553b1da21f84df838;p=pg-rex%2Fsyncrep.git Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 6bc364c8a3..1257add823 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Oct 31 10:10:58 EST 2001 +Last updated: Thu Nov 1 15:06:47 EST 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -227,13 +227,21 @@ CLIENTS o -Support for binary data/bytea o Move to using 'make' rather than 'ant'(?) * 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 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()) o Solve cardinality > 1 for input descriptors / variables + o Understand structure definitions outside a declare section + o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified + o Improve error handling + o Allow :var[:index] or :var[] as cvariable for an array var + o Add a semantic check level, e.g. check if a table really exists + o Remove space_or_nl and line_end from pgc.l + o Fix nested C comments + o Add SQLSTATE REFERENTIAL INTEGRITY