Re: Given a view relation OID, how to construct a Query? - Mailing list pgsql-hackers

From Eric Ridge
Subject Re: Given a view relation OID, how to construct a Query?
Date
Msg-id CANcm6wZnQKUy-ZEarJSKDbC0MjQXPs-N8B6PtsBcbMA62ndjyA@mail.gmail.com
Whole thread Raw
In response to Re: Given a view relation OID, how to construct a Query?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, Dec 9, 2015 at 5:07 PM Tom Lane <tgl@sss.pgh.pa.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 

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Given a view relation OID, how to construct a Query?
Next
From: Peter Geoghegan
Date:
Subject: Re: Should TIDs be typbyval = FLOAT8PASSBYVAL to speed up CREATE INDEX CONCURRENTLY?