pgsql: Doc: Add a caution in alter publication. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Doc: Add a caution in alter publication.
Date
Msg-id E1t4G42-002MDA-9t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: Add a caution in alter publication.

Clarify that altering the 'publish_via_partition_root' option can lead to
data loss or duplication when a partition root table is specified as the
replication target.

Reported-by: Maxim Boguk
Author: Hayato Kuroda
Reviewed-by: Amit Kapila, Peter Smith, Vignesh C
Discussion: https://postgr.es/m/18644-6866bbd22178ee16@postgresql.org

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/alter_publication.sgml | 15 +++++++++++++++
1 file changed, 15 insertions(+)


pgsql-committers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: pgsql: pgbench: Fix typo.
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Fix concurrrently in typcache_rel_type_cache.sql