Re: psql document fix about showing FDW options - Mailing list pgsql-hackers

From Robert Haas
Subject Re: psql document fix about showing FDW options
Date
Msg-id CA+TgmoaAyYO67xYKFy_c6ExP8_TqCC0tbPd06_rtUXAdYhKHGw@mail.gmail.com
Whole thread Raw
In response to Re: psql document fix about showing FDW options  (Shigeru Hanada <shigeru.hanada@gmail.com>)
List pgsql-hackers
2011/8/11 Shigeru Hanada <shigeru.hanada@gmail.com>:
> Yeah, I have (hopefully) working FDW for PostgreSQL which is based on
> the one which has been proposed for 9.1, and updates done by Heikki.
> I've implemented:
>
>  * SELECT clause omitting
>  * WHERE clause pushdown (assuming remote has same functions/oprators)
>  * private connection caching, and VIEW which shows active connections
>  * switch simple SELECT and CURSOR based on estimated # of rows,
>    and FDW options to control this behavior
>
> I'd like to submit this fdw in CF 2011-09 (ASAP) for discussion of
> itself and FDW API enhancement.  Please see the wiki page below for details.

Great stuff.  Look forward to seeing the patch(es).

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: error: could not find pg_class tuple for index 2662
Next
From: Robert Haas
Date:
Subject: Re: index-only scans