pgsql: Doc: fix column list vs. replica identity rules.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix column list vs. replica identity rules.
Date: 2022-09-02 11:26:21
Message-ID: E1oU4oX-0014mh-80@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: fix column list vs. replica identity rules.

It was not strictly correct to say that a column list must always include
replica identity columns because that is true for only updates and
deletes.

Author: Peter Smith
Reviwed-by: Vignesh C, Amit Kapila
Backpatch-through: 15, where it was introduced
Discussion: https://postgr.es/m/CAHut+PvOuc9=_4TbASc5=VUqh16UWtFO3GzcKQK_5m1hrW3vqg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/376af686111e57929c626254eb403c0e810d8e22

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-09-02 16:01:13 pgsql: Fix PL/Perl build on Cygwin
Previous Message Michael Paquier 2022-09-02 11:18:21 Re: pgsql: Remove further unwanted linker flags from perl_embed_ldflags