|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Sat May 2414:25:18 EDT 2003 |
| 3 | +Last updated:Sat May 2415:03:01 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -242,6 +242,9 @@ Clients
|
242 | 242 | * Allow psql to do table completion for SELECT * FROM schema_part and
|
243 | 243 | table completion for SELECT * FROM schema_name.
|
244 | 244 | * Add XML capability to pg_dump and COPY, when backend XML capability
|
| 245 | +* Allow clients to get data types, typmod, schema.table.column names from |
| 246 | + result sets, either via the backend protocol or a new QUERYINFO command |
| 247 | + |
245 | 248 |
|
246 | 249 | * JDBC
|
247 | 250 | o Comprehensive test suite. This may be available already.
|
|