change ON CONFLICT UPDATE

jian he <jian.universality@gmail.com>

From: jian he <jian.universality@gmail.com>
To: pgsql-docs@lists.postgresql.org
Date: 2025-11-25T14:47:59Z
Lists: pgsql-docs
hi.

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>.



Commits

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