mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Update:
* Allow UPDATE, DELETE to handle table aliases for self-joins [delete]
This commit is contained in:
parent
5249172e1f
commit
f703dee32e
6
doc/TODO
6
doc/TODO
@ -1,6 +1,6 @@
|
||||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Mon Jun 23 21:08:17 EDT 2003
|
||||
Last updated: Mon Jun 23 21:54:53 EDT 2003
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
@ -168,7 +168,7 @@ Commands
|
||||
* Allow command blocks to ignore certain types of errors
|
||||
* Allow backslash handling in quoted strings to be disabled for portability
|
||||
* Return proper effected tuple count from complex commands [return]
|
||||
* Allow DELETE to handle table aliases for self-joins [delete]
|
||||
* Allow UPDATE, DELETE to handle table aliases for self-joins [delete]
|
||||
* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
|
||||
* Allow REINDEX to rebuild all indexes, remove /contrib/reindex
|
||||
* -Make a transaction-safe TRUNCATE (Rod)
|
||||
@ -456,7 +456,7 @@ Source Code
|
||||
* Acquire lock on a relation before building a relcache entry for it
|
||||
* Research interaction of setitimer() and sleep() used by statement_timeout
|
||||
* Add checks for fclose() failure
|
||||
* 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 $
|
||||
* 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 $
|
||||
* Exit postmaster if postgresql.conf can not be opened
|
||||
|
||||
* Wire Protocol Changes
|
||||
|
Loading…
Reference in New Issue
Block a user