pgsql: doc: add "DO" to "ON CONFLICT" in CREATE VIEW text - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: add "DO" to "ON CONFLICT" in CREATE VIEW text
Date
Msg-id E1vXqTd-002Axd-1a@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Switch buffile.c/h to use pgoff_t instead of off_t
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix orphaned origin in shared memory after DROP SUBSCRIPTION