RE: Skipping schema changes in publication
Zhijie Hou (Fujitsu) <houzj.fnst@fujitsu.com>
From: "Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>
To: Amit Kapila <amit.kapila16@gmail.com>, vignesh C <vignesh21@gmail.com>, YeXiu <1518981153@qq.com>
Cc: Ian Lawrence Barwick <barwick@gmail.com>, Peter Smith <smithpb2250@gmail.com>, Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-04-16T02:52:29Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix miscellaneous issues in EXCEPT publication clause.
- 6b0550c45d13 19 (unreleased) landed
-
Change syntax of EXCEPT TABLE clause in publication commands.
- 5984ea868eee 19 (unreleased) landed
-
Add support for EXCEPT TABLE in ALTER PUBLICATION.
- 493f8c6439cf 19 (unreleased) landed
-
Allow table exclusions in publications via EXCEPT TABLE.
- fd366065e06a 19 (unreleased) landed
-
Add wait_for_subscription_sync for TAP tests.
- 0c20dd33db16 16.0 cited
On Thu, Apr 10, 2025 at 7:25 PM Amit Kapila wrote: > > On Tue, Jan 9, 2024 at 12:02 PM vignesh C <vignesh21@gmail.com> wrote: > > > > As I did not see much interest from others, I'm withdrawing this patch > > for now. But if there is any interest others in future, I would be > > more than happy to work on this feature. > > > > Just FYI, I noticed a use case for this patch in email [1]. Users would like to > replicate all except a few columns having sensitive information. The challenge > with current column list features is that adding new tables to columns would > lead users to change the respective publications as well. > > [1] - > https://www.postgresql.org/message-id/tencent_DCDF626FCD4A556C51BE > 270FDC3047540208%40qq.com BTW, I noticed that debezium, an open source distributed platform for change data capture that replies on logical decoding, also support specifying the column exclusion list[1]. So, this indicates that there could be some use cases for this feature. https://debezium.io/documentation/reference/stable/connectors/postgresql.html#postgresql-property-column-exclude-list Best Regards, Hou zj