Re: Fix DROP PROPERTY GRAPH "unsupported object class" error

From: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Alex Guo <guo(dot)alex(dot)hengchen(at)gmail(dot)com>, Bertrand Drouvot <bertranddrouvot(dot)pg(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-10 03:58:56
Message-ID: CAExHW5uMGdnmxiiWNRNZ+PEaZfec9fVQK8hZ7Vm8vUuQwYNbcg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 10, 2026 at 6:48 AM Michael Paquier <michael(at)paquier(dot)xyz> wrote:
>
> On Mon, Jun 08, 2026 at 02:43:22PM -0400, Tom Lane wrote:
> > The argument that these only need to be machine-readable doesn't sway
> > me a lot. In the end, any code that is disassembling these strings is
> > going to be written by a human, and the human is a lot more likely to
> > make a mistake about which identifier is which if they're not labeled.
>
> +1. I'm not a robot yet and I still want to be able to parse these
> strings by reading them. As things stand, this code does not allow
> one to understand what each sub-object refers to. We are still in
> beta, let's improve the situation.

Here's a patch fixing it.

--
Best Wishes,
Ashutosh Bapat

Attachment Content-Type Size
v20260610-0008-Readable-identity-strings-for-property-gra.patch text/x-patch 9.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message SATYANARAYANA NARLAPURAM 2026-06-10 04:06:29 Re: [PATCH] Release replication slot on error in SQL-callable slot functions
Previous Message Michael Paquier 2026-06-10 03:40:38 Re: GetBufferDescriptor() being called for local buffers from MarkBufferDirtyHint()