pgsql: Doc: clarify that tablesync ignores publish operation. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Doc: clarify that tablesync ignores publish operation.
Date
Msg-id E1o4Zhe-001WmD-2B@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix missing newline at end of message
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix intermetent test failure in 028_row_filter.pl.