rafsun42 commented on PR #1083:
URL: https://github.com/apache/age/pull/1083#issuecomment-1776060537
@titoausten
How about we find a way to implicity cast types and qualify the function
name (with pg_catalog, for example) so the queries can be written concisely
using PG's functions?
```
SELECT * from cypher('graph', $$
RETURN cbrt(27)
$$) as (result real);
```
This will allow us to use any PG functions while avoiding unnecessary
reimplementations.
--
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]