| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
| Cc: | Alex Guo <guo(dot)alex(dot)hengchen(at)gmail(dot)com>, Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>, Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Fix DROP PROPERTY GRAPH "unsupported object class" error |
| Date: | 2026-06-08 00:19:54 |
| Message-ID: | aiYKqhUZyROUxlVs@paquier.xyz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2026-06-08 00:28:35 | Re: Fix comment in report_sequence_errors() |
| Previous Message | Michael Paquier | 2026-06-08 00:16:13 | Re: Add pg_stat_kind_info system view |