sraoss / pg_ivm

IVM (Incremental View Maintenance) implementation as a PostgreSQL extension
Other
943 stars 27 forks source link

Fix the test to grant create permissions on the public schema #12

Closed yugo-n closed 2 years ago

yugo-n commented 2 years ago

As of PG15, PUBLIC CREATE was revoked from public schema, so we have to grant it in contrib_regression database.

Issue #11