Re: Fix DROP PROPERTY GRAPH "unsupported object class" error - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
Date
Msg-id aiYKqhUZyROUxlVs@paquier.xyz
Whole thread
Responses Re: Fix DROP PROPERTY GRAPH "unsupported object class" error
List pgsql-hackers
On Fri, Jun 05, 2026 at 09:10:47AM +0200, Peter Eisentraut wrote:
> I have committed the v7 patch with two additional fixes: 1) Removed the
> translation markers from the getObjectIdentityParts additions, these are not
> supposed to be translated; and 2) added the new cases to ObjectTypeMap.

+ property graph element label  |        |      | e of e of
create_property_graph_tests.gt
+ property graph element label  |        |      | v1 of v1 of
create_property_graph_tests.gt
+ property graph element label  |        |      | v2 of v2 of
create_property_graph_tests.gt
[...]
+ property graph label property |        |      | c of e of e of
create_property_graph_tests.gt
+ property graph label property |        |      | k1 of e of e of
create_property_graph_tests.gt
+ property graph label property |        |      | k2 of e of e of
create_property_graph_tests.gt

FWIW, I still find these descriptions written as of "$object of
$object of..", or worse the "$object1 of $object2 of $object2 of..",
really hard to parse, and make some sense out of them.  Am I the only
one?
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Add pg_stat_kind_info system view
Next
From: Michael Paquier
Date:
Subject: Re: Fix comment in report_sequence_errors()