Re: Given a view relation OID, how to construct a Query?

From: Eric Ridge <eebbrr(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Given a view relation OID, how to construct a Query?
Date: 2015-12-10 00:20:51
Message-ID: CANcm6wZnQKUy-ZEarJSKDbC0MjQXPs-N8B6PtsBcbMA62ndjyA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Dec 9, 2015 at 5:07 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

>
> FWIW, it's exposed in 9.4 and up. But in older branches you could
> probably just copy it, it's not that big.
>

That's good to know, thanks. I did copy it and it's almost 3x faster than
going through SPI. Thanks again for the pointer.

eric

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2015-12-10 01:16:48 Re: Should TIDs be typbyval = FLOAT8PASSBYVAL to speed up CREATE INDEX CONCURRENTLY?
Previous Message Tom Lane 2015-12-10 00:07:41 Re: Given a view relation OID, how to construct a Query?