mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
Add:
> * Allow UPDATE to use SET col = DEFAULT
This commit is contained in:
parent
bb9f84aad7
commit
ab64881f97
4
doc/TODO
4
doc/TODO
@ -1,6 +1,6 @@
|
||||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Sun May 25 00:44:38 EDT 2003
|
||||
Last updated: Sun May 25 22:56:38 EDT 2003
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
@ -168,7 +168,7 @@ Commands
|
||||
* Add schema option to createlang
|
||||
* Allow savepoints / nested transactions [transactions] (Bruce)
|
||||
* Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
|
||||
|
||||
* Allow UPDATE to use SET col = DEFAULT
|
||||
|
||||
* ALTER
|
||||
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
||||
|
Loading…
Reference in New Issue
Block a user