Chapter 5. Configuring the Postgres Pro AXE Administrator

  1. Grant a Postgres Pro role full access to the metastore schema.

    Example 5.1. 

      GRANT ALL ON SCHEMA metastore TO metastore_admin;
    

  2. 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';
    

  3. Restart the Postgres Pro server.

For more detailed instructions, refer to Section 22.2.