jrgemignani commented on issue #874:
URL: https://github.com/apache/age/issues/874#issuecomment-2128286127
@DominicWuest I believe this is no longer an issue -
```
psql-16.2-5432-pgsql=# drop extension age; create extension age; load 'age';
set search_path TO ag_catalog;
ERROR: extension "age" does not exist
CREATE EXTENSION
LOAD
SET
psql-16.2-5432-pgsql=# select * from create_graph('test');
NOTICE: graph "test" has been created
create_graph
--------------
(1 row)
psql-16.2-5432-pgsql=# select * from cypher('test', $$ MATCH ()<-[x]-(),
()-[*1{n0:startNode(x).n1}]->() RETURN 0 $$) as (result agtype);
result
--------
(0 rows)
psql-16.2-5432-pgsql=#
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]