Re: [HACKERS] Postgres_FDW optimizations

2015-12-02 Thread Ashutosh Bapat
On Thu, Dec 3, 2015 at 12:55 AM, cevian wrote: > Hi all, > > I have a question about postgres_fdw optimizations/pushdown: > > I have the following code running on 9.5beta2 (same format as > previous/related message for consistency) > CREATE EXTENSION postgres_fdw; > CREATE SERVER loop foreign dat

Re: [HACKERS] Postgres_FDW optimizations

2015-12-02 Thread Julien Rouhaud
On 02/12/2015 20:25, cevian wrote: > Hi all, > Hello, > I have a question about postgres_fdw optimizations/pushdown: > > I have the following code running on 9.5beta2 (same format as > previous/related message for consistency) > CREATE EXTENSION postgres_fdw; > CREATE SERVER loop foreign data

[HACKERS] Postgres_FDW optimizations

2015-12-02 Thread cevian
Hi all, I have a question about postgres_fdw optimizations/pushdown: I have the following code running on 9.5beta2 (same format as previous/related message for consistency) CREATE EXTENSION postgres_fdw; CREATE SERVER loop foreign data wrapper postgres_fdw OPTIONS (port '5432', dbname 'testdb