Re: SQL Property Graph Queries (SQL/PGQ)

2024-08-20 Thread Ajay Pal
e table structure used in the above query. Thanks Ajay On Tue, Aug 13, 2024 at 4:08 PM Ajay Pal wrote: > > Hello, > > Further testing found that using a property graph with the plpgsql > function crashed the server. Please take a look at the attached SQL > file for reference ta

Re: SQL Property Graph Queries (SQL/PGQ)

2024-08-13 Thread Ajay Pal
ormally before or while processing the request. The connection to the server was lost. Attempting reset: Failed. The connection to the server was lost. Attempting reset: Failed. !?> Please let me know if you need more details. Thanks Ajay On Tue, Aug 13, 2024 at 3:22 PM Ajay Pal wrote: > > He

Re: SQL Property Graph Queries (SQL/PGQ)

2024-08-13 Thread Ajay Pal
Hello, With the attached patch found below error when try to use "Any directed edge" syntax. postgres=# SELECT * FROM GRAPH_TABLE (students_graph postgres(# MATCH postgres(# (a IS person ) - [] - (b IS person) postgres(# COLUMNS (a.name AS person_a, b.name AS person_b) postgres(# ); ERROR: