I am trying to install age with pg12 but couldnt set age path
postgres=# LOAD 'age';
LOAD postgres=# SET search_path = ag_catalog, "$user", public;
Output:
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
postgres=# LOAD 'age';
LOAD
postgres=# SET search_path = ag_catalog, "$user", public;
ERROR: syntax error at or near "ag_catalog"
ERROR: function cypher (unknown, unknown) does not exist
LINE 1: SELECT * FROM cypher('', $$ SET search_path = ag_catalog, "S$...
A
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
postgres=#