pg_net
pg_net copied to clipboard
fix: usage of net schema when the postgres role misses privileges
Related to https://github.com/orgs/supabase/discussions/21450.
Notes
- Only the usage privilege on schema net should be required.
- Also add GRANT on sequences to PUBLIC. See https://github.com/citusdata/pg_cron/blob/main/pg_cron--1.4--1.4-1.sql.
Is this ready for review? There's no code/SQL changes