Re: Invalid statement in ref/insert.sgml

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alexander Law <exclusion(at)gmail(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org, andres(at)anarazel(dot)de
Subject: Re: Invalid statement in ref/insert.sgml
Date: 2016-07-08 16:46:41
Message-ID: 15716.1467996401@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Alexander Law <exclusion(at)gmail(dot)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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Alexander Law 2016-07-08 20:08:37 A mess with the BRIN's inclusion strategies
Previous Message Alexander Law 2016-07-08 14:22:39 Invalid statement in ref/insert.sgml