Invalid statement in ref/insert.sgml - Mailing list pgsql-docs

From Alexander Law
Subject Invalid statement in ref/insert.sgml
Date
Msg-id 577FB72F.4040900@gmail.com
Whole thread Raw
Responses Re: Invalid statement in ref/insert.sgml  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-docs by date:

Previous
From: Stephen Frost
Date:
Subject: Re: A typo in install-windows.sgml
Next
From: Tom Lane
Date:
Subject: Re: Invalid statement in ref/insert.sgml