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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
