Grant a Postgres Pro role full access to the metastore
schema.
Example 5.1.
GRANT ALL ON SCHEMA metastore TO metastore_admin;
Designate the Postgres Pro role as the
Postgres Pro AXE administrator
using the
duckdb.postgres_role
configuration parameter.
Example 5.2.
ALTER SYSTEM SET duckdb.postgres_role TO 'metastore_admin';