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.
It is currently possible for the
postgres
role to dropinformation_schema
which breaks Supabase Studio and other IDE/developer tooling that relies on introspection.This task is to protect that schema from being dropped.