[COMMITTERS] pgsql: Doc: fix syntax synopsis for INSERT ... ON CONFLICT DO UPDATE. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Doc: fix syntax synopsis for INSERT ... ON CONFLICT DO UPDATE.
Date
Msg-id E1ce6OA-0006QR-2C@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: fix syntax synopsis for INSERT ... ON CONFLICT DO UPDATE.

Commit 906bfcad7 adjusted the syntax synopsis for UPDATE, but missed
the fact that the INSERT synopsis now contains a duplicate of that.

In passing, improve wording and markup about using a table alias to
dodge the conflict with use of "excluded" as a special table name.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2b18743614bb526e5a49a542c9c80c96668639cd

Modified Files
--------------
doc/src/sgml/ref/insert.sgml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix tab completion for "ALTER SYSTEM SET variable ...".
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Make sure that hash join's bulk-tuple-transfer loops areinterru