Re: Add more information_schema columns - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Add more information_schema columns
Date
Msg-id 20180207051442.GB1753@paquier.xyz
Whole thread Raw
In response to Re: Add more information_schema columns  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: Add more information_schema columns  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
On Tue, Feb 06, 2018 at 10:45:52PM -0500, Peter Eisentraut wrote:
> I think what I had meant to write was something like
>
>     (t.tgtype & (1 | 66))
>
> but maybe it's clearer to write it all out as you did.

If you prefer that, that's fine for me as well.  I tend to prefer the
formulation where both expressions are separated to make clearer that
ordering needs to be split for all three characteristics.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: [HACKERS] advanced partition matching algorithm forpartition-wise join
Next
From: Shay Rojansky
Date:
Subject: Cached/global query plans, autopreparation