* -Add config variable to prevent auto-adding missing FROM-clause tables
This commit is contained in:
Bruce Momjian 2003-06-11 21:39:00 +00:00
parent 6a276b7bfd
commit 9ffdd91bba
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Fri Jun 6 15:46:15 EDT 2003
Last updated: Wed Jun 11 17:38:50 EDT 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -173,7 +173,7 @@ Commands
* Allow savepoints / nested transactions [transactions] (Bruce)
* Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
* Allow UPDATE to use SET col = DEFAULT
* Add config variable to prevent auto-adding missing FROM-clause tables
* -Add config variable to prevent auto-adding missing FROM-clause tables
* Allow SET CONSTRAINTS to be qualified by schema/table