Summary
Please add trusted = true to pg_bigm.control to allow non-superuser database users to install the extension.
Background
PostgreSQL 13 introduced the concept of "trusted extensions" that can be installed by users with CREATE privilege on the current database, without requiring superuser access.
Currently, pg_bigm.control does not include the trusted setting.
I'd be happy to submit a PR for this if you're open to it.
Summary
Please add
trusted = truetopg_bigm.controlto allow non-superuser database users to install the extension.Background
PostgreSQL 13 introduced the concept of "trusted extensions" that can be installed by users with
CREATEprivilege on the current database, without requiring superuser access.Currently,
pg_bigm.controldoes not include thetrustedsetting.I'd be happy to submit a PR for this if you're open to it.