titoausten commented on PR #1083:
URL: https://github.com/apache/age/pull/1083#issuecomment-1776049910

   > @titoausten 
   > 
   > This can be done like this-
   > ```
   > (pg-15.4) agedev=# SELECT * from cypher('graph', $$
   >     RETURN (pg_catalog.cbrt(27::pg_float8))           
   > $$) as (result real);
   >  result 
   > --------
   >       3
   > (1 row)
   > ```
   > 
   > Do you think we should add a function that PG already provides?
   
   Yes, It makes the query clear and concise.


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

Reply via email to