pgsql: Doc: clarify that tablesync ignores publish operation.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Doc: clarify that tablesync ignores publish operation.
Дата
Msg-id E1o4Zhe-001WmD-2B@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix missing newline at end of message
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix intermetent test failure in 028_row_filter.pl.