aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-11-09 03:41:25 +0000
committerBruce Momjian <bruce@momjian.us>2003-11-09 03:41:25 +0000
commitdb1d3e7bee555196d4a208d44270b426bf0094df (patch)
treef5005fdbf5276fc8949072ef5cb26487e529d51e
parent6479ee28c05e30c0b77b185360b9d21005f9d6bc (diff)
downloadpostgresql-db1d3e7bee555196d4a208d44270b426bf0094df.tar.gz
postgresql-db1d3e7bee555196d4a208d44270b426bf0094df.zip
Add:
> * Have psql \dn show only visible schemas using current_schemas()
-rw-r--r--doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 6812dc63260..4821bf4f35e 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sat Nov 8 19:40:44 EST 2003
+Last updated: Sat Nov 8 22:41:28 EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -209,6 +209,7 @@ Commands
* Allow CREATE TABLE foo (f1 INT CHECK (f1 > 0) CHECK (f1 < 10)) to work
by searching for non-conflicting constraint names, and prefix with table name
* Use more reliable method for CREATE DATABASE to get a consistent copy of db
+* Have psql \dn show only visible schemas using current_schemas()
* ALTER
@@ -519,7 +520,7 @@ Source Code
* Acquire lock on a relation before building a relcache entry for it
* Research interaction of setitimer() and sleep() used by statement_timeout
* Add checks for fclose() failure
-* Change CVS $Id: TODO,v 1.1163 2003/11/09 00:41:14 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1163 2003/11/09 00:41:14 momjian Exp $
+* Change CVS $Id: TODO,v 1.1164 2003/11/09 03:41:25 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1164 2003/11/09 03:41:25 momjian Exp $
* Exit postmaster if postgresql.conf can not be opened
* Rename /scripts directory because they are all C programs now
* Allow the regression tests to start postmaster with -i so the tests