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

From Tom Lane
Subject Re: Invalid statement in ref/insert.sgml
Date
Msg-id 15716.1467996401@sss.pgh.pa.us
Whole thread Raw
In response to Invalid statement in ref/insert.sgml  (Alexander Law <exclusion@gmail.com>)
List pgsql-docs
Alexander Law <exclusion@gmail.com> writes:
> 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.

Pushed, thanks!

            regards, tom lane


pgsql-docs by date:

Previous
From: Alexander Law
Date:
Subject: Invalid statement in ref/insert.sgml
Next
From: Alexander Law
Date:
Subject: A mess with the BRIN's inclusion strategies