mirror of
https://github.com/postgres/postgres.git
synced 2026-03-04 22:32:20 -05:00
Add:
> * Add MERGE command that does UPDATE, or on failure, INSERT
This commit is contained in:
parent
7a3977c08d
commit
b071a40068
1 changed files with 2 additions and 1 deletions
3
doc/TODO
3
doc/TODO
|
|
@ -1,6 +1,6 @@
|
|||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Thu May 6 15:32:03 EDT 2004
|
||||
Last updated: Sun May 9 23:58:19 EDT 2004
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
|
|
@ -187,6 +187,7 @@ Commands
|
|||
* Have pg_ctl look at PGHOST in case it is a socket directory
|
||||
* Allow column-level privileges
|
||||
* Add a session mode to warn about non-standard SQL usage
|
||||
* Add MERGE command that does UPDATE, or on failure, INSERT
|
||||
|
||||
* ALTER
|
||||
o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
||||
|
|
|
|||
Loading…
Reference in a new issue