Re: [I] Unexpected Error: function `ag_catalog.age_startnode` does not exist [age]

2024-05-24 Thread via GitHub


jrgemignani commented on issue #874:
URL: https://github.com/apache/age/issues/874#issuecomment-2130531970

   Issue was resolved.


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Unexpected Error: function `ag_catalog.age_startnode` does not exist [age]

2024-05-24 Thread via GitHub


jrgemignani closed issue #874: Unexpected Error: function 
`ag_catalog.age_startnode` does not exist
URL: https://github.com/apache/age/issues/874


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Unexpected Error: function `ag_catalog.age_startnode` does not exist [age]

2024-05-23 Thread via GitHub


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: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Unexpected Error: function `ag_catalog.age_startnode` does not exist [age]

2024-05-10 Thread via GitHub


github-actions[bot] commented on issue #874:
URL: https://github.com/apache/age/issues/874#issuecomment-2105397617

   This issue is stale because it has been open 45 days with no activity. 
Remove "Abondoned" label or comment or this will be closed in 7 days.


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org