]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Sat, 2 Nov 2002 00:15:38 +0000 (00:15 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 2 Nov 2002 00:15:38 +0000 (00:15 +0000)
> * Allow psql to do table completion for SELECT * FROM schema_part and
>   table completion for SELECT * FROM schema_name.

doc/TODO

index 48e27b454591d5ce44a45f67c0ada053f4bb8cb8..9aa804736009024c4c4dc52fa2e94556ada98c7f 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 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)
 
@@ -294,6 +294,8 @@ Clients
 * -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil)
 * Add schema, cast, and conversion backslash commands to psql
 * 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
        o Comprehensive test suite. This may be available already.