Chapter 5. Configuring the Postgres Pro AXE Administrator
Grant a Postgres Pro role full access to the
metastoreschema.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_roleconfiguration parameter.Example 5.2.
ALTER SYSTEM SET duckdb.postgres_role TO 'metastore_admin';
For more detailed instructions, refer to Section 22.2.