Re: SQL Property Graph Queries (SQL/PGQ) - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: SQL Property Graph Queries (SQL/PGQ)
Date
Msg-id 5de4df50-a660-4f33-a3ba-c064058f8a33@eisentraut.org
Whole thread Raw
In response to Re: SQL Property Graph Queries (SQL/PGQ)  (Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>)
Responses Re: SQL Property Graph Queries (SQL/PGQ)
List pgsql-hackers
On 26.02.26 12:06, Ashutosh Bapat wrote:
> All changes to rewriteGraphTable.c are in 0004.
> 
> Will squash 0002-0004 into 0001 once you have reviewed those patches.

Ok, these all look good to me.

Except, this error message change

-ERROR:  property "ename" of element variable "src" not found
+ERROR:  none of the property graph elements associated with variable 
"src" have property with name "ename" defined

I don't know, that seems quite a complicated message for such a simple 
mistake.  Also, properties are associated with labels, not with graph 
elements, so this seems misleading.




pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Defects with invalid stats data for expressions in extended stats
Next
From: Mahendra Singh Thalor
Date:
Subject: Re: pg_restore add --no-globals option when restored using pg_dumpall non-text dump