Re: Clarify temporal FK comments

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Paul A Jungwirth <pj(at)illuminatedcomputing(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Clarify temporal FK comments
Date: 2025-12-13 15:52:43
Message-ID: d1fdc152-be18-41df-891c-78c291b1c779@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 05.12.25 00:11, Paul A Jungwirth wrote:
> In RI_ConstraintInfo, a couple new fields say they are operators for
> anyrange, but technically they could be for anymultirange instead.
> Here is a patch to fix that. (It's too bad that pgindent wants to
> break the lines here.)

committed

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-12-13 15:54:33 Re: Making jsonb_agg() faster
Previous Message Sami Imseih 2025-12-13 14:21:58 Re: Proposal: Add a callback data parameter to GetNamedDSMSegment