Re: Printing window function OVER clauses in EXPLAIN - Mailing list pgsql-hackers

From David Rowley
Subject Re: Printing window function OVER clauses in EXPLAIN
Date
Msg-id CAApHDvoaqmWSgS4LKnwWAxHFomH2+9zTLnvs7Y1995xC6dzC1w@mail.gmail.com
Whole thread Raw
In response to Re: Printing window function OVER clauses in EXPLAIN  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, 10 Mar 2025 at 14:13, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Hmm, OK.  Do you think it could be sensible to put Run Condition
> before Filter, then?  On the same grounds of "keeping related
> things together", it could be argued that Run Condition is
> related to the Window property.  Also, the Run Condition acts
> before the Filter does, if I've got my head screwed on straight.

Yes, directly after the "Window" property makes sense for the reason
you stated. Thanks for thinking of that.

David



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Query ID Calculation Fix for DISTINCT / ORDER BY and LIMIT / OFFSET
Next
From: Michael Paquier
Date:
Subject: Re: Query ID Calculation Fix for DISTINCT / ORDER BY and LIMIT / OFFSET