|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Tue Nov 1119:25:31 EST 2003 |
| 3 | +Last updated:Tue Nov 1123:10:40 EST 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -211,6 +211,7 @@ Commands
|
211 | 211 | * Use more reliable method for CREATE DATABASE to get a consistent copy of db
|
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 | +* Ignore temporary tables from other session when processing inheritance |
214 | 215 |
|
215 | 216 |
|
216 | 217 | * ALTER
|
@@ -521,7 +522,7 @@ Source Code
|
521 | 522 | * Acquire lock on a relation before building a relcache entry for it
|
522 | 523 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
523 | 524 | * Add checks for fclose() failure
|
524 |
| -* Change CVS $Id: TODO,v 1.1166 2003/11/1200:25:35 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1166 2003/11/1200:25:35 momjian Exp $ |
| 525 | +* Change CVS $Id: TODO,v 1.1167 2003/11/1204:10:43 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1167 2003/11/1204:10:43 momjian Exp $ |
525 | 526 | * Exit postmaster if postgresql.conf can not be opened
|
526 | 527 | * Rename /scripts directory because they are all C programs now
|
527 | 528 | * Allow the regression tests to start postmaster with -i so the tests
|
|