Thread
-
Re: Proposal: Conflict log history table for Logical Replication
Peter Smith <smithpb2250@gmail.com> — 2026-05-21T04:57:10Z
Hi Vignesh Some trivial review comments for the combined v37-0003/0004 (transfer ownership) patches. ====== src/test/regress/sql/subscription.sql 1. +ALTER SUBSCRIPTION regress_conflict_test1 owner to regress_subscription_user2; /owner to/OWNER TO/ ~~~ 2. +-- Restore the original subscription owner. +ALTER SUBSCRIPTION regress_conflict_test1 owner to regress_subscription_user; /owner to/OWNER TO/ ====== Kind Regards, Peter Smith. Fujitsu Australia