jrgemignani commented on issue #1836:
URL: https://github.com/apache/age/issues/1836#issuecomment-2096929348
@JourneyToSilius Try something like the following -
```
psql-16.1-5432-pgsql=# SELECT * FROM cypher('test', $$ CREATE
(a:simplestruct {largeint: 123456789012345678901234567890::numeric, name:
'name'}) RETURN a $$) AS (a agtype);
a
------------------------------------------------------------------------------------------------------------------------------------
-----------
{"id": 844424930131969, "label": "simplestruct", "properties": {"name":
"name", "largeint": 123456789012346000000000000000::numeric
}}::vertex
(1 row)
psql-16.1-5432-pgsql=#
```
--
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]