pgsql: Doc: Add a caution in alter publication.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Add a caution in alter publication.
Date: 2024-10-25 08:52:57
Message-ID: E1t4G42-002MDA-9t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-10-25 10:12:22 pgsql: Fix concurrrently in typcache_rel_type_cache.sql
Previous Message Tatsuo Ishii 2024-10-25 06:12:48 pgsql: pgbench: Fix typo.