supabase / postgres

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

feat: add `safeupdate` to `shared_preload_libraries` #1018

Closed soedirgo closed 1 month ago

soedirgo commented 1 month ago

What kind of change does this PR introduce?

Feature

What is the current behavior?

pg_safeupdate can't be used with the postgres role since setting [shared/session]_preload_libraries requires superuser.

What is the new behavior?

Allow using pg_safeupdate with the postgres role by setting safeupdate.enabled = on.

notion-workspace[bot] commented 1 month ago

AMI: cut release to allow “postgres” role to use safeupdate