diff options
| author | Bruce Momjian <bruce@momjian.us> | 2005-12-01 22:07:59 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2005-12-01 22:07:59 +0000 |
| commit | 24e1a045915215a7276d80654731a9823801558b (patch) | |
| tree | 37db181e6fd080ae857f2f657d71b42e3d468e7e /src/interfaces/ecpg/preproc/c_keywords.c | |
| parent | 8c8c0108e8f39b291286eaf3cc5c482ecc305f48 (diff) | |
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
Diffstat (limited to 'src/interfaces/ecpg/preproc/c_keywords.c')
0 files changed, 0 insertions, 0 deletions
