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
- v1-0001-Doc-use-ON-CONFLICT-DO-UPDATE-everywhere.patch (text/x-patch) patch v1-0001
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
-
doc: add "DO" to "ON CONFLICT" in CREATE VIEW text
- ea97154fc2f5 19 (unreleased) landed