rafsun42 commented on PR #1077:
URL: https://github.com/apache/age/pull/1077#issuecomment-1775892100
@Allison-E
randomUUID is not in open cypher spec.
Also, it can be done like this-
```
(pg-15.4) agedev=# SELECT * from cypher('graph', $$
RETURN pg_catalog.gen_random_uuid()
$$) as (result text);
result
--------------------------------------
1d99c524-5746-400c-a94f-c5f89840b2b1
```
--
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]