mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Add:
> * Add config variable to prevent auto-adding missing FROM-clause tables
This commit is contained in:
parent
d7e76d42f2
commit
6d9ee7e7ca
4
doc/TODO
4
doc/TODO
@ -1,6 +1,6 @@
|
||||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Fri May 30 22:54:51 EDT 2003
|
||||
Last updated: Sun Jun 1 00:31:22 EDT 2003
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
@ -171,6 +171,8 @@ 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
|
||||
|
||||
|
||||
* ALTER
|
||||
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
||||
|
Loading…
Reference in New Issue
Block a user