After starting the Postgres server process for a cluster: bin/pg_ctl -D demo -l logfile start Starting a process for a database 'demo': bin/psql demo
When I try to load AGE extension by
LOAD 'age'; It shows error that access to 'age' is denied. Do I need to change some security/credential information for the user?
I expected the extension to be loaded so that I can execute cypher queries.