tablesync copy ignores publication actions

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: tablesync copy ignores publication actions
Date: 2022-06-07 04:10:51
Message-ID: CAHut+PtbfALjFpS2MkrvQ+wWQKByP7CNh9RtFta-r=BHEU3S3w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The logical replication tablesync ignores the publication 'publish'
operations during the initial data copy.

This is current/known PG behaviour (e.g. as recently mentioned [1])
but it was not documented anywhere.

This patch just documents the existing behaviour and gives some examples.

------
[1] https://www.postgresql.org/message-id/CAA4eK1L_98LF7Db4yFY1PhKKRzoT83xtN41jTS5X%2B8OeGrAkLw%40mail.gmail.com

Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v1-0001-PGDOCS-tablesync-ignores-publish-operation.patch application/octet-stream 4.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2022-06-07 04:50:06 Re: proposal - psql - use pager for \watch command
Previous Message Kyotaro Horiguchi 2022-06-07 03:39:38 Re: pg_rewind: warn when checkpoint hasn't happened after promotion