pgsql: Doc: fix column list vs. replica identity rules. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Doc: fix column list vs. replica identity rules.
Date
Msg-id E1oU4oX-0014mi-8O@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_15_STABLE

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

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Remove further unwanted linker flags from perl_embed_ldflags
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix PL/Perl build on Cygwin