emotionbug commented on issue #162:
URL: https://github.com/apache/incubator-age/issues/162#issuecomment-997687350
prepare
```pgsql
SELECT * from create_graph('text_test')
SELECT * from cypher('text_test', $$ CREATE (V:node{id:1}) $$) as (V agtype
```
If you use that commit to execute the above code, output is as follows.
output
```
Row { columns: [Column { name: "count", type: Int8 }] }
"{\"id\": 844424930131969, \"label\": \"node\", \"properties\": {\"id\":
1}}::vertex"
Succeeded! ()
```
--
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]