Invalid statement in ref/insert.sgml

From: Alexander Law <exclusion(at)gmail(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Cc: andres(at)anarazel(dot)de
Subject: Invalid statement in ref/insert.sgml
Date: 2016-07-08 14:22:39
Message-ID: 577FB72F.4040900@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hello,

It seems, that the statement "INSERT ... ON CONFLICT DO UPDATE tab SET
table_name.col = 1" is invalid in two ways. Patch attached.
Maybe it's worth to replace "UPDATE tab SET tab.col = 1" with "UPDATE
table_name SET table_name.col = 1" in ref/update.sgml (for consistency) too.

Best regards,
Alexander

Attachment Content-Type Size
ref-insert-fix-example.sgml text/sgml 846 bytes
ref-update-better-example.sgml text/sgml 654 bytes

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2016-07-08 16:46:41 Re: Invalid statement in ref/insert.sgml
Previous Message Stephen Frost 2016-07-08 13:27:13 Re: A typo in install-windows.sgml