joefagan

Results 16 comments of joefagan

Hi Prakasit Is your priority to look at AGE on windows or on PG 13. If windows is your priority we can get AGE to work in Docker. Is this...

@sstubbs Perhaps you could try to load both Citus and AGE extension and see whether they can both load together? Is order important?

Do you mean Agensgraph or age? While getting to Postgres is similar for both, the syntax for passing cypher commands will be different. There are no guidelines prepared for the...

@afidegnum OK great. I sent you a connection req on Linkedin last week. Please accept connection.

@JunKK7 Do you mind contacting me at [email protected] please?

Ondrej, It is not normal for INHERITS to propagate uniqueness. You will have to explicitly apply uniqueness constraints to the inherited labels. Please let me know whether this addresses your...

Yes it is possible to similar traversals/queries but not exactly the same. On Thu, 12 Dec 2019 at 22:23, Syed Jafri wrote: > In neo4j, you have APOC queries that...

For me both of these return the same results. AgensGraph v2.1.0 on windows. CREATE GRAPH g; SET graph_path = g; CREATE ({cid: '1c', sid: '1s', value: '192.168.0.1'}); CREATE ({cid: '2c',...

Hi Erik, I'm not sure what you mean by a zero length path in [*0..2]. Instead of [*0..2] can you please replace with `[*1..2] or [*..2]` ` Also perhap you...

Peter Why do you think both queries should return the same result? From memory, I think when identifiers are repeated the identifier will have values assigned only to its last...