Thread: pgsql: Doc: clarify that tablesync ignores publish operation.

pgsql: Doc: clarify that tablesync ignores publish operation.

From
Amit Kapila
Date:
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(-)