Re: postgres-fdw questions - Mailing list pgsql-general

From Thom Brown
Subject Re: postgres-fdw questions
Date
Msg-id CAA-aLv4uiTtFY=hp5aQZ-CiL8Sym1yLoy87b92f4P1OapB=wUA@mail.gmail.com
Whole thread Raw
In response to postgres-fdw questions  (Emmanuel Medernach <medernac@clermont.in2p3.fr>)
List pgsql-general
On 24 January 2014 09:20, Emmanuel Medernach <medernac@clermont.in2p3.fr> wrote:
> Hello,
>
> I'm currently testing postgres_fdw feature on PostgreSQL 9.3.2 and I have
> some questions:
>
>  - What are the limits to the number of foreign tables ?

As far as I'm aware, there isn't one.

>  - What is the current status about foreign joins push-down ?

WHERE conditions are pushed down, but I don't think joins or aggregates are.

Thom


pgsql-general by date:

Previous
From: Ian Lawrence Barwick
Date:
Subject: Re: postgres-fdw questions
Next
From: Jim Mlodgenski
Date:
Subject: Re: postgres-fdw questions