|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated: Mon Dec 15 20:35:38 EST 2003 |
| 3 | +Last updated: Mon Dec 22 11:30:17 EST 2003 |
4 | 4 |
|
5 | 5 | Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -181,7 +181,7 @@ Commands
|
181 | 181 | * Allow CREATE TABLE foo (f1 INT CHECK (f1 > 0) CHECK (f1 < 10)) to work
|
182 | 182 | by searching for non-conflicting constraint names, and prefix with table name
|
183 | 183 | * Use more reliable method for CREATE DATABASE to get a consistent copy of db
|
184 |
| -* Have psql \dn show only visible schemas using current_schemas() |
| 184 | +* Have psql \dn show only visible temp schemas using current_schemas() |
185 | 185 | * Have psql '\i ~/<tab><tab>' actually load files it displays from home dir
|
186 | 186 | * Ignore temporary tables from other session when processing inheritance
|
187 | 187 | * Add GUC setting to make created tables default to WITHOUT OIDS
|
@@ -462,7 +462,7 @@ Source Code
|
462 | 462 | * Acquire lock on a relation before building a relcache entry for it
|
463 | 463 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
464 | 464 | * Add checks for fclose() failure
|
465 |
| -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1182 2003/12/16 01:35:40 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1182 2003/12/16 01:35:40 momjian Exp $ |
| 465 | +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1183 2003/12/22 16:30:27 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1183 2003/12/22 16:30:27 momjian Exp $ |
466 | 466 | * Exit postmaster if postgresql.conf can not be opened
|
467 | 467 | * Rename /scripts directory because they are all C programs now
|
468 | 468 | * Allow the regression tests to start postmaster with -i so the tests
|
|
0 commit comments