pgsql: Doc: Miscellaneous doc updates for MERGE.

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Miscellaneous doc updates for MERGE.
Date: 2023-02-26 09:07:46
Message-ID: E1pWD0T-000mD8-NX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Miscellaneous doc updates for MERGE.

Update a few places in the documentation that should mention MERGE
among the list of applicable commands. In a couple of places, a
slightly more detailed description of what happens for MERGE seems
appropriate.

Reviewed by Alvaro Herrera.

Discussion: http://postgr.es/m/CAEZATCWqHLcxab89ATMQZNGFG_mxDPM%2BjzkSbXKD3JYPfRGvtw%40mail.gmail.com

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/arch-dev.sgml | 16 ++++++++++++----
doc/src/sgml/ddl.sgml | 3 ++-
doc/src/sgml/high-availability.sgml | 3 ++-
doc/src/sgml/perform.sgml | 8 +++++---
doc/src/sgml/plpgsql.sgml | 3 ++-
doc/src/sgml/protocol.sgml | 7 +++++++
doc/src/sgml/queries.sgml | 12 +++++++-----
doc/src/sgml/ref/create_publication.sgml | 6 ++++++
doc/src/sgml/ref/explain.sgml | 6 ++++--
doc/src/sgml/ref/prepare.sgml | 3 ++-
doc/src/sgml/ref/set_transaction.sgml | 11 +++++++----
doc/src/sgml/xfunc.sgml | 3 ++-
12 files changed, 58 insertions(+), 23 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2023-02-26 11:57:20 pgsql: Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl
Previous Message Tom Lane 2023-02-25 19:44:40 pgsql: Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.