Merge statement

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: bobocc(at)yahoo(dot)com
Subject: Merge statement
Date: 2022-11-17 17:19:50
Message-ID: 166870559096.639.9180457099983661630@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/15/sql-merge.html
Description:

From the description it looks like a single WHEN clause is accepted, which
is definitely not true.
Please let us know how many WHEN clauses are accepted for each of WNEM
MATCHED and WHEN NOT MATCHED.

Kindly please see the below description of the "when_clause" as it is now in
the documentation:

and when_clause is:

{ WHEN MATCHED [ AND condition ] THEN { merge_update | merge_delete | DO
NOTHING } |
WHEN NOT MATCHED [ AND condition ] THEN { merge_insert | DO NOTHING } }

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2022-11-17 17:32:01 Logical replication missing information
Previous Message PG Doc comments form 2022-11-16 10:26:38 temporary file size clarification