Re: Release notes wording about logical replication as table owner

2023-09-06 Thread Bruce Momjian
On Wed, Sep 6, 2023 at 09:29:25PM +0200, Magnus Hagander wrote: > We have: > > "This improves security and now requires subscription owners to be > either superusers or to have SET ROLE permissions on all tables in the > replication set. The previous behavior of performing all operations as > the

Release notes wording about logical replication as table owner

2023-09-06 Thread Magnus Hagander
We have: "This improves security and now requires subscription owners to be either superusers or to have SET ROLE permissions on all tables in the replication set. The previous behavior of performing all operations as the subscription owner can be enabled with the subscription run_as_owner option.