Commit 66a03b06 authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Allow psql to do table completion for SELECT * FROM schema_part and
>   table completion for SELECT * FROM schema_name.
parent 6423a8ee
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Fri Nov 1 17:52:40 EST 2002 Last updated: Fri Nov 1 19:15:14 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -294,6 +294,8 @@ Clients ...@@ -294,6 +294,8 @@ Clients
* -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil) * -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil)
* Add schema, cast, and conversion backslash commands to psql * Add schema, cast, and conversion backslash commands to psql
* Allow pg_dump to dump a specific schema * Allow pg_dump to dump a specific schema
* Allow psql to do table completion for SELECT * FROM schema_part and
table completion for SELECT * FROM schema_name.
* JDBC * JDBC
o Comprehensive test suite. This may be available already. o Comprehensive test suite. This may be available already.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment