levin-kitty opened a new issue, #2144: URL: https://github.com/apache/age/issues/2144
I followed the guide from [Apache AGE Documentation](https://age.apache.org/age-manual/master/intro/setup.html#allow-non-superusers-to-use-apache-age), but the error persists. ```sql Type "help" for help. mint=> mint=> mint=> LOAD '$libdir/plugins/age'; LOAD mint=> SELECT * FROM pg_extension; oid | extname | extowner | extnamespace | extrelocatable | extversion | extconfig | extcondition -------+---------+----------+--------------+----------------+------------+---------------+-------------- 13533 | plpgsql | 10 | 11 | f | 1.0 | | 18895 | age | 10 | 16397 | f | 1.5.0 | {18896,18908} | {"",""} (2 rows) mint=> SET search_path = ag_catalog, "$user", public; SET mint=> SELECT * FROM create_graph('herb'); ERROR: permission denied for database mint ``` When connecting as a superuser, everything works as expected. What might I have missed? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org