Re: Add support for label conjunction (&) in SQL/PGQ

From: shihao zhong <zhong950419(at)gmail(dot)com>
To: Ayoub Kazar <ayoub(dot)kazar(at)data-bene(dot)io>
Cc: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Add support for label conjunction (&) in SQL/PGQ
Date: 2026-09-10 03:33:50
Message-ID: CAGRkXqTYcXCkwtJRGgpO3ALw9HWDqOfoum71S6fDe9fFiJQbxw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Ayoub,

SQL/PGQ was reverted from master in b1f106c80cb on 2026-09-07, so
GRAPH_TABLE is no longer in the tree and this patch has nothing left
to apply against.

I'm setting the CommitFest entry (#7047) to "Waiting on Author" to
reflect that. Could you let us know how you'd like to handle it --
keep it open in PG20-2 and rebase if and when a reworked SQL/PGQ is
re-proposed, or move the entry to a later CommitFest?

Thanks,
Shihao

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message shihao zhong 2026-09-10 03:35:40 Re: SQL/PGQ: Support multi-pattern path matching in GRAPH_TABLE
Previous Message shihao zhong 2026-09-10 03:31:27 Re: [PATCH] Rewrite undirected edge patterns in GRAPH_TABLE using UNION ALL