supabase / supautils

PostgreSQL extension that secures a cluster on a cloud environment
https://supabase.github.io/supautils
Apache License 2.0
59 stars 13 forks source link

feat: allow privileged_role to create ALL TABLES publication #59

Closed soedirgo closed 1 year ago

soedirgo commented 1 year ago

What kind of change does this PR introduce?

Feature

What is the current behavior?

privileged_role can't manage ALL TABLES or TABLES IN SCHEMA (PG15+) publications

What is the new behavior?

privileged_role can create publication p for all tables, alter publication p add tables in schema public, etc.