aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-11-02 00:15:38 +0000
committerBruce Momjian <bruce@momjian.us>2002-11-02 00:15:38 +0000
commit66a03b064e21c6129620c3dea982171c307cca84 (patch)
tree857ea591542e4b12406b806562d2e6d866a73891
parent6423a8eef69993126b4b86b1cc549b845a9179e4 (diff)
downloadpostgresql-66a03b064e21c6129620c3dea982171c307cca84.tar.gz
postgresql-66a03b064e21c6129620c3dea982171c307cca84.zip
Add:
> * Allow psql to do table completion for SELECT * FROM schema_part and > table completion for SELECT * FROM schema_name.
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 48e27b45459..9aa80473600 100644
--- 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.