diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-05-25 04:44:41 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-05-25 04:44:41 +0000 |
commit | 8facf2df0b511225fd794cd6e6b75227e9b21973 (patch) | |
tree | f15f2d84298a3d98599eaf824a2b4ac0fcda1345 | |
parent | 66f6bbb4eb7b986f3b3fda6e0c0f9bc1e95c6e97 (diff) | |
download | postgresql-8facf2df0b511225fd794cd6e6b75227e9b21973.tar.gz postgresql-8facf2df0b511225fd794cd6e6b75227e9b21973.zip |
Move item:
< * Update clients to use data types, typmod, schema.table.column names of
< result sets using new query protocol
453a452,453
> o Update clients to use data types, typmod, schema.table.column names of
> result sets using new query protocol
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sat May 24 23:20:03 EDT 2003 +Last updated: Sun May 25 00:44:38 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -242,8 +242,6 @@ Clients * Allow psql to do table completion for SELECT * FROM schema_part and table completion for SELECT * FROM schema_name. * Add XML capability to pg_dump and COPY, when backend XML capability -* Update clients to use data types, typmod, schema.table.column names of - result sets using new query protocol * JDBC @@ -451,6 +449,8 @@ Source Code o Add decoded type, length, precision o Compression? o Report server version number, database encoding, client encoding + o Update clients to use data types, typmod, schema.table.column names of + result sets using new query protocol --------------------------------------------------------------------------- |