aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-05-24 19:03:21 +0000
committerBruce Momjian <bruce@momjian.us>2003-05-24 19:03:21 +0000
commitca98317f4ba33a0aef65aa3fd5d9e32d7c332ee9 (patch)
tree7053a7062806460b5dcce2ce2199bf552edb4249
parent12094d0946746831747950310cbc9bf06aad82ce (diff)
downloadpostgresql-ca98317f4ba33a0aef65aa3fd5d9e32d7c332ee9.tar.gz
postgresql-ca98317f4ba33a0aef65aa3fd5d9e32d7c332ee9.zip
Add:
> * Allow clients to get data types, typmod, schema.table.column names from > result sets, either via the backend protocol or a new QUERYINFO command
-rw-r--r--doc/TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 47a6ab9c171..1277a3c4b48 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sat May 24 14:25:18 EDT 2003
+Last updated: Sat May 24 15:03:01 EDT 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -242,6 +242,9 @@ 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
+
* JDBC
o Comprehensive test suite. This may be available already.