diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-05-25 03:20:13 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-05-25 03:20:13 +0000 |
commit | 66f6bbb4eb7b986f3b3fda6e0c0f9bc1e95c6e97 (patch) | |
tree | 20581be89f9800d5c6b627b116fda6959246a2b0 | |
parent | ca98317f4ba33a0aef65aa3fd5d9e32d7c332ee9 (diff) | |
download | postgresql-66f6bbb4eb7b986f3b3fda6e0c0f9bc1e95c6e97.tar.gz postgresql-66f6bbb4eb7b986f3b3fda6e0c0f9bc1e95c6e97.zip |
Update:
< * Allow clients to get data types, typmod, schema.table.column names from
< result sets, either via the backend protocol or a new QUERYINFO command
to:
> * 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 15:03:01 EDT 2003 +Last updated: Sat May 24 23:20:03 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -242,8 +242,8 @@ 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 -* Allow clients to get data types, typmod, schema.table.column names from - result sets, either via the backend protocol or a new QUERYINFO command +* Update clients to use data types, typmod, schema.table.column names of + result sets using new query protocol * JDBC |