forked from apache/age
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add REGTYPEOID to toString function (apache#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.
- Loading branch information
1 parent
c750cf5
commit 637ba06
Showing
3 changed files
with
80 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters