Commit 9ffdd91b authored by Bruce Momjian's avatar Bruce Momjian

Done:

* -Add config variable to prevent auto-adding missing FROM-clause tables
parent 6a276b7b
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -173,7 +173,7 @@ Commands ...@@ -173,7 +173,7 @@ Commands
* Allow savepoints / nested transactions [transactions] (Bruce) * Allow savepoints / nested transactions [transactions] (Bruce)
* Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns * Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
* Allow UPDATE to use SET col = DEFAULT * 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 * Allow SET CONSTRAINTS to be qualified by schema/table
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment