supautils icon indicating copy to clipboard operation
supautils copied to clipboard

Prevent dropping `information_schema`

Open olirice opened this issue 2 years ago • 0 comments

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.

olirice avatar Dec 11 '23 14:12 olirice