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

From Ashutosh Bapat
Subject Re: SQL Property Graph Queries (SQL/PGQ)
Date
Msg-id CAExHW5vYJ6tUgkCsX2pA88dcV_RE2YL0AeYBqJR7GeujBzSO7Q@mail.gmail.com
Whole thread Raw
In response to Re: SQL Property Graph Queries (SQL/PGQ)  (Junwang Zhao <zhjwpku@gmail.com>)
Responses Re: SQL Property Graph Queries (SQL/PGQ)
List pgsql-hackers
On Tue, Mar 17, 2026 at 12:05 PM Junwang Zhao <zhjwpku@gmail.com> wrote:
> > >
> > > Andrew mentioned in the SQL/PGQ commit thread that we should
> > > fence the dependency check in pg_dump.c, maybe collecting it
> > > in your patch set, see:
> > >
> > > https://www.postgresql.org/message-id/attachment/192197/fix-propgraph-def.patch
> >
> > Can you please share the link to the message? This is an attachment
> > without message context.
>
> here
>
> https://www.postgresql.org/message-id/afe3f099-3271-4fc4-8e32-467b5309affb%40dunslane.net

Thanks Junwang.

I see that without Andrew's patch the upgrade from an old cluster fails with
pg_dump: error: query failed: ERROR:  relation "pg_propgraph_element"
does not exist
LINE 7: ..., refclassid, refobjid, deptype FROM pg_depend d, pg_propgra...

The error is fixed by Andrew's changes. But the patch is already
committed by Peter.

--
Best Wishes,
Ashutosh Bapat



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: POC: make mxidoff 64 bits
Next
From: Andrei Lepikhov
Date:
Subject: Re: Read-only connection mode for AI workflows.