Re: change ON CONFLICT UPDATE

Laurenz Albe <laurenz.albe@cybertec.at>

From: Laurenz Albe <laurenz.albe@cybertec.at>
To: jian he <jian.universality@gmail.com>, pgsql-docs@lists.postgresql.org
Date: 2025-11-26T09:52:10Z
Lists: pgsql-docs

Attachments

On Tue, 2025-11-25 at 22:47 +0800, jian he wrote:
> in doc/src/sgml/ref/create_view.sgml,
> I want change two occurrences of
> <literal>ON CONFLICT UPDATE</literal>
> to
> <literal>ON CONFLICT DO UPDATE</literal>
> (between line 412 to line 439).
> 
> since other places using <literal>ON CONFLICT DO UPDATE</literal>.

+1

It is not very important, but consistency is always good.
Here is a patch for that.

Yours,
Laurenz Albe

Commits

  1. doc: add "DO" to "ON CONFLICT" in CREATE VIEW text