|
|
|
@ -1,6 +1,6 @@ |
|
|
|
TODO list for PostgreSQL |
|
|
|
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) |
|
|
|
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 |
|
|
|
* Allow psql to do table completion for SELECT * FROM schema_part and |
|
|
|
table completion for SELECT * FROM schema_name. |
|
|
|
table completion for SELECT * FROM schema_name. |
|
|
|
* Add XML capability to pg_dump and COPY, when backend XML capability |
|
|
|
* 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 |
|
|
|
* JDBC |
|
|
|
o Comprehensive test suite. This may be available already. |
|
|
|
o Comprehensive test suite. This may be available already. |
|
|
|
|