CapnSpek commented on issue #1279:
URL: https://github.com/apache/age/issues/1279#issuecomment-1763534739
Use either
```
SELECT * FROM ag_catalog.create_graph('graph_name');
```
Or
```
SET search_path = ag_catalog, "$user", public;
SELECT * FROM create_graph('graph_name');
```
The issue is actually `No function matches the given name and argument
types.` because AGE is not able to find the function like that.
--
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]