Commit 202f77fe authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Allow SET CONSTRAINTS to be qualified by schema/table
parent 063e6b94
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Sun Jun 1 00:31:22 EDT 2003 Last updated: Mon Jun 2 13:26:09 EDT 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -172,6 +172,7 @@ Commands ...@@ -172,6 +172,7 @@ Commands
* 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
* ALTER * ALTER
......
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