jihot2000 commented on issue #222:
URL: https://github.com/apache/incubator-age/issues/222#issuecomment-1139166748
@jrgemignani
Thank you. I know that a more reliable way is
```
MATCH p = (h:head {name: 'list01'})-[:next*]->(t:tail {name: 'list01'})
RETURN p
```
get the path, then parse the path to nodes.
But in #218 , I mentioned that AGE does not support ```UNWIND nodes(p)``` .
So parse a path into a table of nodes' properties in PL/pgSQL is some
inconvenient. But it is another question :-)
As it is not the problem of VLE, should I close this issue?
--
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]