Muhammad Taha Naveed
Muhammad Taha Naveed
@kevintruong @filiprejmus docker image for arm is now available on dockerhub https://hub.docker.com/r/apache/age for all PG versions. If this resolves your issue, please consider closing this ticket. Thank you.
Hi guys, I have a question on this issue. For list as property, I was able to cross check the output using neo4j. But neo4j doesnt allow map as a...
@jrgemignani > Contains as default, equals when specified - > > ``` > MATCH (x:Customer {school: {name: 'XYZ College'}}) return x > MATCH (x:Customer ={school: {name: 'XYZ College'}}) return x...
@jrgemignani This issue was resolved in #1516. I am going ahead with closing this issue.
@jrgemignani can you please review this one. I think this was missed.
@maazzzzz Does it produce correct result for the below query? ```pgsql MATCH () RETURN count(*) ```
@cho2hhun A PR #1799 by @jrgemignani was merged recently that may resolve this issue. It would be great if you could test and close this issue if it resolves your...
> Please, if someone from maintainers group do a review of this PR.. Hi @ezeeyahoo, thanks for the pr. There was previously a discussion on this thing here https://github.com/apache/age/pull/714, can...
Acknowleged.
`Chapter 1` explained about the structure of database cluster(both physically and logically using OIDs), different files in database cluster and their description, layout of heap table file(where the actual table...