|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Fri Nov 117:52:40 EST 2002 |
| 3 | +Last updated:Fri Nov 119:15:14 EST 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -294,6 +294,8 @@ Clients
|
294 | 294 | * -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil)
|
295 | 295 | * Add schema, cast, and conversion backslash commands to psql
|
296 | 296 | * Allow pg_dump to dump a specific schema
|
| 297 | +* Allow psql to do table completion for SELECT * FROM schema_part and |
| 298 | + table completion for SELECT * FROM schema_name. |
297 | 299 |
|
298 | 300 | * JDBC
|
299 | 301 | o Comprehensive test suite. This may be available already.
|
|