pgsql: Doc: fix syntax synopsis for INSERT ... ON CONFLICT DO UPDATE.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Doc: fix syntax synopsis for INSERT ... ON CONFLICT DO UPDATE.
Date: 2017-02-15 20:41:22
Message-ID: E1ce6OA-0006QR-2C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-02-15 21:40:29 pgsql: Make sure that hash join's bulk-tuple-transfer loops are interru
Previous Message Tom Lane 2017-02-15 20:23:26 pgsql: Fix tab completion for "ALTER SYSTEM SET variable ...".