Split out MERGE and REPLACE/UPSERT items.
authorBruce Momjian <bruce@momjian.us>
Thu, 1 Dec 2005 22:07:59 +0000 (22:07 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 1 Dec 2005 22:07:59 +0000 (22:07 +0000)
commit24e1a045915215a7276d80654731a9823801558b
tree37db181e6fd080ae857f2f657d71b42e3d468e7e
parent8c8c0108e8f39b291286eaf3cc5c482ecc305f48
Split out MERGE and REPLACE/UPSERT items.

< * Add MERGE command that does UPDATE/DELETE, or on failure, INSERT (rules,
<   triggers?)
> * Add SQL-standard MERGE command, typically used to merge two tables
>
>   This is similar to UPDATE, then for unmatched rows, INSERT.
>   Whether concurrent access allows modifications which could cause
>   row loss is implementation independent.
>
> * Add REPLACE or UPSERT command that does UPDATE, or on failure, INSERT
doc/TODO
doc/src/FAQ/TODO.html