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 ah-PwIK3wBqh2VpU@paquier.xyz
Whole thread
In response to Re: Fix DROP PROPERTY GRAPH "unsupported object class" error  (Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>)
List pgsql-hackers
On Tue, Jun 02, 2026 at 12:27:19PM +0530, Ashutosh Bapat wrote:
> The objects in those two catalogs can be manipulated using ALTER
> PROPERTY GRAPH ... ALTER VERTEX/EDGE TABLE ... subcommands. If an
> event trigger is used to keep copies of the same property graph on
> multiple different clusters (logical replicas?) in sync, they will
> need to be handed over these objects.

+1.  Even after re-reading the thread again, deciding to skip these
catalogs for the object descriptions still looks like an inconsistent
move compared to all the other catalogs.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: lin teletele
Date:
Subject: Re: Use pg_current_xact_id() instead of deprecated txid_current()
Next
From: Chao Li
Date:
Subject: Re: pg_createsubscriber: allow duplicate publication names