Re: SQL Property Graph Queries (SQL/PGQ)

From: Junwang Zhao <zhjwpku(at)gmail(dot)com>
To: Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>
Cc: Vik Fearing <vik(at)postgresfriends(dot)org>, Ajay Pal <ajay(dot)pal(dot)k(at)gmail(dot)com>, Imran Zaheer <imran(dot)zhir(at)gmail(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SQL Property Graph Queries (SQL/PGQ)
Date: 2025-02-10 15:00:05
Message-ID: CAEG8a3L3uZZRT5Ra5=9G-SOCEYULejw5eqQE99VL0YfTeX3-BA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Ashutosh,

On Mon, Feb 10, 2025 at 2:14 PM Ashutosh Bapat
<ashutosh(dot)bapat(dot)oss(at)gmail(dot)com> wrote:
>
> On Thu, Feb 6, 2025 at 8:22 PM Junwang Zhao <zhjwpku(at)gmail(dot)com> wrote:
> > > >
> > >
> > > I see you have added some negative tests - object not found tests, but
> > > I didn't see positive tests. Hence I haven't added those changes in
> > > the attached patchset. But we certainly need those changes. You may
> > > want to submit a patch with positive tests. That code needs to be
> > > fixed before committing anyway.
> >
> > The attached file adds the positive tests.
>
> Hi Junwang,
> Thanks for the patch, but please post it as a separate patch in the
> full patch-set, otherwise CFBot gets confused.

Ok, see the attached.

0001-0009 are the original patches of 20250127 with rebase of master
0010 fix ci error due to `Show more-intuitive titles for psql
commands`, see a14707da564e
0011 fix ci error due to unstable collation tests, we should not
depend on pg_catalog."default", I observed 002_pg_upgrade.pl failure
caused by this.
0012 trivial refactor of property graph object address

>
> --
> Best Wishes,
> Ashutosh Bapat

--
Regards
Junwang Zhao

Attachment Content-Type Size
v10-0011-do-not-use-default-COLLATE.patch application/octet-stream 5.8 KB
v10-0012-trivial-refactor-of-property-graph-object-addres.patch application/octet-stream 17.1 KB
v10-0010-adapt-property-graph-to-more-intuitive-titles.patch application/octet-stream 2.6 KB
v10-0008-Document-fixes.patch application/octet-stream 5.1 KB
v10-0009-WIP-Do-not-print-empty-columns-table-for-a-prope.patch application/octet-stream 14.1 KB
v10-0007-RLS-tests.patch application/octet-stream 182.1 KB
v10-0006-Property-collation-and-edge-vertex-link-support.patch application/octet-stream 114.3 KB
v10-0005-Access-permissions-on-property-graph.patch application/octet-stream 11.9 KB
v10-0004-Fixes-following-issues.patch application/octet-stream 36.2 KB
v10-0003-Support-cyclic-path-pattern.patch application/octet-stream 37.4 KB
v10-0002-support-WHERE-clause-in-graph-pattern.patch application/octet-stream 7.2 KB
v10-0001-WIP-SQL-Property-Graph-Queries-SQL-PGQ.patch application/octet-stream 504.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Shubham Khanna 2025-02-10 15:06:10 Re: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided.
Previous Message Bertrand Drouvot 2025-02-10 14:47:30 Re: BF member drongo doesn't like 035_standby_logical_decoding.pl