John Gemignani
John Gemignani
I should note that for use with an indirection, it needs to be done this way - ``` psql-11.5-5432-pgsql=# SELECT * FROM cypher('G', $$ MATCH (u:numbers) RETURN u $$) AS...
It was an early design decision to not explicitly allow multiple labels for a vertex or edge in AGE. This was largely due to performance issues. Our team would need...
Everyone in the software industry understands that dates are merely targets. We try to give our best estimates for when specific milestones will be met, but some functionality ends up...
An ALPHA version of AGE for PG12 will hopefully be available for users to work with, within 1 to 2 weeks. As Shoaib has mentioned above, we are currently reviewing...
Yes - https://github.com/apache/age/tree/AGE_PG12.1.0_ALPHA
Hi Peter, I'm not sure what the reason is for having the array operation have a different result type from the head operation. I will bring this to the attention...
There is a fix in review that should address this issue.
Hi, and thank you for using AgensGraph! I have a few questions in order to look deeper into the issue,... - Are there any specific messages in the log file...
What OS distro and version are both of you using?
You can use the following command to see what is different. You will need to execute it from the root of the distro - `diff regress/expected/expr.out regress/results/expr.out` If the diff...