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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2b18743614bb526e5a49a542c9c80c96668639cd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-02-15T20:41:09Z
Releases: 10.0
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.

Files

PathChange+/−
doc/src/sgml/ref/insert.sgml modified +4 −4

Documentation touched