| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com> |
| Cc: | Amit Langote <amitlangote09(at)gmail(dot)com>, Junwang Zhao <zhjwpku(at)gmail(dot)com>, 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>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: SQL Property Graph Queries (SQL/PGQ) |
| Date: | 2025-12-08 15:53:58 |
| Message-ID: | 3c0f5c31-9a89-42ba-a53d-9d9148885297@eisentraut.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 02.12.25 11:00, Ashutosh Bapat wrote:
>> When you create future patches, consider using the git format-patch -v
>> option.
>>
> I am still using timestamp as a version but passing it to -v instead
> of treating it as a suffix. I like datestamp as versionstamp for the
> reasons mentioned upthread.
Date stamps are great, but why is there a hyphen between the "v" and the
number?
I have committed the parse.pl patch, mainly to test it out so that we
don't have surprises later. (I had problems in the past making it work
with older Perl versions, but things seems to have shifted forward now.)
It can live on its own, I think.
It looks like undirected matching -[ ]- (without arrows) doesn't work
correctly. It seems to just match in one direction. I don't see any
tests. Is this implemented?
Also, make sure the role names in graph_table_rls.sql start with regress_:
CREATE USER graph_rls_alice NOLOGIN;
+WARNING: roles created by regression test cases should have names
starting with "regress_"
(This is the FreeBSD CI failure.)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bryan Green | 2025-12-08 15:55:41 | Re: [PATCH] Allow complex data for GUC extra. |
| Previous Message | Nathan Bossart | 2025-12-08 15:53:40 | Re: unifying error messages |