Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f703dee

Browse files
committed
Update:
* Allow UPDATE, DELETE to handle table aliases for self-joins [delete]
1 parent 5249172 commit f703dee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Mon Jun 23 21:08:17 EDT 2003
3+
Last updated: Mon Jun 23 21:54:53 EDT 2003
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -168,7 +168,7 @@ Commands
168168
* Allow command blocks to ignore certain types of errors
169169
* Allow backslash handling in quoted strings to be disabled for portability
170170
* Return proper effected tuple count from complex commands [return]
171-
* Allow DELETE to handle table aliases for self-joins [delete]
171+
* Allow UPDATE, DELETE to handle table aliases for self-joins [delete]
172172
* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
173173
* Allow REINDEX to rebuild all indexes, remove /contrib/reindex
174174
* -Make a transaction-safe TRUNCATE (Rod)
@@ -456,7 +456,7 @@ Source Code
456456
* Acquire lock on a relation before building a relcache entry for it
457457
* Research interaction of setitimer() and sleep() used by statement_timeout
458458
* 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 $
460460
* Exit postmaster if postgresql.conf can not be opened
461461

462462
* Wire Protocol Changes

0 commit comments

Comments
 (0)