rafsun42 commented on PR #1138:
URL: https://github.com/apache/age/pull/1138#issuecomment-1787521823

   @Allison-E 
   
   The following query does not work. The `date` function should be able to 
take a single argument as shown in the PG's doc.
   ```sql
   SELECT * FROM cypher('graph', $$ RETURN date('1999-01-08') $$) as (a agtype);
   ```
   ```
   ERROR:  function ag_catalog.age_date(agtype) does not exist
   LINE 1: SELECT * FROM cypher('graph', $$ RETURN date('1999-01-08') $...
                                                       ^
   HINT:  No function matches the given name and argument types. You might need 
to add explicit type casts.
   ```


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