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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: add "DO" to "ON CONFLICT" in CREATE VIEW text
Date: 2025-12-23 00:42:14
Message-ID: E1vXqTd-002Axd-1a@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

This is done for consistency.

Reported-by: jian he

Author: Laurenz Albe

Discussion: https://postgr.es/m/CACJufxEW1RRDD9ZWGcW_Np_Z9VGPE-YC7u0C6RcsEY8EKiTdBg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ea97154fc2f5ff830b1b9a6fc6cf540042c28cbc

Modified Files
--------------
doc/src/sgml/ref/create_view.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-12-23 05:32:53 pgsql: Fix orphaned origin in shared memory after DROP SUBSCRIPTION
Previous Message Michael Paquier 2025-12-22 22:46:29 pgsql: Switch buffile.c/h to use pgoff_t instead of off_t