|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Mon Jun 23 21:08:17 EDT 2003 |
| 3 | +Last updated:Mon Jun 23 21:54:53 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -168,7 +168,7 @@ Commands
|
168 | 168 | * Allow command blocks to ignore certain types of errors
|
169 | 169 | * Allow backslash handling in quoted strings to be disabled for portability
|
170 | 170 | * Return proper effected tuple count from complex commands [return]
|
171 |
| -* Allow DELETE to handle table aliases for self-joins [delete] |
| 171 | +* AllowUPDATE,DELETE to handle table aliases for self-joins [delete] |
172 | 172 | * Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
|
173 | 173 | * Allow REINDEX to rebuild all indexes, remove /contrib/reindex
|
174 | 174 | * -Make a transaction-safe TRUNCATE (Rod)
|
@@ -456,7 +456,7 @@ Source Code
|
456 | 456 | * Acquire lock on a relation before building a relcache entry for it
|
457 | 457 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
458 | 458 | * Add checks for fclose() failure
|
459 |
| -* Change CVS $Id: TODO,v 1.1062 2003/06/24 01:08:20 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1062 2003/06/24 01:08:20 momjian Exp $ |
| 459 | +* Change CVS $Id: TODO,v 1.1063 2003/06/24 01:54:57 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1063 2003/06/24 01:54:57 momjian Exp $ |
460 | 460 | * Exit postmaster if postgresql.conf can not be opened
|
461 | 461 |
|
462 | 462 | * Wire Protocol Changes
|
|