Skip to content
Snippets Groups Projects
Commit b071a400 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add:

> * Add MERGE command that does UPDATE, or on failure, INSERT
parent 7a3977c0
No related branches found
No related tags found
No related merge requests found
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -187,6 +187,7 @@ Commands ...@@ -187,6 +187,7 @@ Commands
* Have pg_ctl look at PGHOST in case it is a socket directory * Have pg_ctl look at PGHOST in case it is a socket directory
* Allow column-level privileges * Allow column-level privileges
* Add a session mode to warn about non-standard SQL usage * Add a session mode to warn about non-standard SQL usage
* Add MERGE command that does UPDATE, or on failure, INSERT
* ALTER * ALTER
o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT o -ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment