pgsql: Doc: clarify that tablesync ignores publish operation.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: clarify that tablesync ignores publish operation.
Date: 2022-06-24 03:09:50
Message-ID: E1o4Zhe-001WmD-2B@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: clarify that tablesync ignores publish operation.

This patch documents that the initial data synchronization (tablesync) for
logical replication does not take into account the publication 'publish'
parameter when copying the existing table data.

Author: Peter Smith
Reviewed-by: Shi yu, Euler Taveira, Robert Haas, Amit Kapila
Discussion: https://postgr.es/m/CAHut+PtbfALjFpS2MkrvQ+wWQKByP7CNh9RtFta-r=BHEU3S3w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1ce34519c79e9eed1b6b8dd2f47ae95564e739d7

Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 218 +++++++++++++++++++++++++++++-
doc/src/sgml/ref/create_publication.sgml | 6 +
doc/src/sgml/ref/create_subscription.sgml | 4 +
3 files changed, 225 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-06-24 03:53:33 pgsql: Fix intermetent test failure in 028_row_filter.pl.
Previous Message Peter Eisentraut 2022-06-23 20:53:56 pgsql: Fix missing newline at end of message