Closed soedirgo closed 1 year ago
Feature
privileged_role can't manage ALL TABLES or TABLES IN SCHEMA (PG15+) publications
ALL TABLES
TABLES IN SCHEMA
privileged_role can create publication p for all tables, alter publication p add tables in schema public, etc.
create publication p for all tables
alter publication p add tables in schema public
What kind of change does this PR introduce?
Feature
What is the current behavior?
privileged_role can't manage
ALL TABLES
orTABLES IN SCHEMA
(PG15+) publicationsWhat is the new behavior?
privileged_role can
create publication p for all tables
,alter publication p add tables in schema public
, etc.