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

Prevent dropping `information_schema` #69

Open olirice opened 11 months ago

olirice commented 11 months ago

It is currently possible for the postgres role to drop information_schema which breaks Supabase Studio and other IDE/developer tooling that relies on introspection.

drop schema information_schema cascade;

This task is to protect that schema from being dropped.