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

test: constrained_extensions valid json config #60

Closed steve-chavez closed 1 year ago

steve-chavez commented 1 year ago

Passes a make flag so supautils.constrained_extensions goes from PGC_SIGHUP context (only editable in config file) to PGC_USERSET (editable in SQL). This way the json validation can be tested in regular .sql/.out tests.