|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Sun Nov 16 21:01:56 EST 2003 |
| 3 | +Last updated:Sun Nov 16 21:05:26 EST 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -212,6 +212,7 @@ Commands
|
212 | 212 | * Have psql \dn show only visible schemas using current_schemas()
|
213 | 213 | * Have psql '\i ~/<tab><tab>' actually load files it displays from home dir
|
214 | 214 | * Ignore temporary tables from other session when processing inheritance
|
| 215 | +* Add GUC setting to make created tables default to WITHOUT OIDS |
215 | 216 |
|
216 | 217 |
|
217 | 218 | * ALTER
|
@@ -522,7 +523,7 @@ Source Code
|
522 | 523 | * Acquire lock on a relation before building a relcache entry for it
|
523 | 524 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
524 | 525 | * Add checks for fclose() failure
|
525 |
| -* Change CVS $Id: TODO,v 1.1168 2003/11/17 02:01:56 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1168 2003/11/17 02:01:56 momjian Exp $ |
| 526 | +* Change CVS $Id: TODO,v 1.1169 2003/11/17 02:05:26 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1169 2003/11/17 02:05:26 momjian Exp $ |
526 | 527 | * Exit postmaster if postgresql.conf can not be opened
|
527 | 528 | * Rename /scripts directory because they are all C programs now
|
528 | 529 | * Allow the regression tests to start postmaster with -i so the tests
|
|