jrgemignani commented on PR #916:
URL: https://github.com/apache/age/pull/916#issuecomment-1550015768

   > @dehowef @jrgemignani Another issue I noticed later is the server 
termination caused by this query
   > 
   > `MATCH (n:relateds),(n:related) return n`
   > 
   
   I'm not seeing a server termination -
   
   ```
   psql-11.5-5432-pgsql=# SELECT * FROM cypher('graph1', $$ MATCH 
(n:relateds),(n:related) return n $$) as (r agtype);                 
   ERROR:  multiple labels for variable 'n' are not supported
   LINE 1: ...ECT * FROM cypher('graph1', $$ MATCH (n:relateds),(n:related...
                                                                ^
   psql-11.5-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]

Reply via email to