jrgemignani opened a new pull request, #1036:
URL: https://github.com/apache/age/pull/1036

   Added the REGTYPEOID to the toString function. This will help in debugging 
by allowing pg_typeof to work with AGE.
   
   For example -
   
   psql-13.9-5432-pgsql=# SELECT * FROM cypher('graph',$$
        MATCH ()<-[x *]-() RETURN toString(pg_catalog.pg_typeof(x))
   $$) as (a agtype);
       a
   ----------
    "agtype"
    "agtype"
    "agtype"
   (3 rows)
   
   Added regression tests.


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