|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Sat Nov29 23:44:35 EST 2003 |
| 3 | +Last updated:Sun Nov30 00:29:26 EST 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -185,6 +185,7 @@ Commands |
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 |
| 188 | +* Have pg_ctl look at PGHOST in case it is a socket directory |
188 | 189 |
|
189 | 190 |
|
190 | 191 | * ALTER |
@@ -460,7 +461,7 @@ Source Code |
460 | 461 | * Acquire lock on a relation before building a relcache entry for it |
461 | 462 | * Research interaction of setitimer() and sleep() used by statement_timeout |
462 | 463 | * Add checks for fclose() failure |
463 | | -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1175 2003/11/3004:44:38 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1175 2003/11/3004:44:38 momjian Exp $ |
| 464 | +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1176 2003/11/3005:29:26 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1176 2003/11/3005:29:26 momjian Exp $ |
464 | 465 | * Exit postmaster if postgresql.conf can not be opened |
465 | 466 | * Rename /scripts directory because they are all C programs now |
466 | 467 | * Allow the regression tests to start postmaster with -i so the tests |
|