supabase / postgres

Unmodified Postgres with some useful plugins
https://supabase.com
PostgreSQL License
1.33k stars 137 forks source link

feat: grant predefined roles to postgres #1013

Closed soedirgo closed 1 month ago

soedirgo commented 1 month ago

Decouples some changes from https://github.com/supabase/postgres/pull/994/files

postgres can already grant these roles to itself; granting these by default removes one step if users need to read Storage migrations, kill running queries from non-superusers, etc.