Re: pgsql: postgres_fdw: Push down partition-wise aggregation.

2018-04-02 Thread Robert Haas
On Mon, Apr 2, 2018 at 1:57 PM, Peter Eisentraut wrote: > On 4/2/18 13:49, Tom Lane wrote: >> Robert Haas writes: >>> postgres_fdw: Push down partition-wise aggregation. >> >> Seems to have broken the docs build. > > fixed Thanks. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The En

Re: pgsql: postgres_fdw: Push down partition-wise aggregation.

2018-04-02 Thread Peter Eisentraut
On 4/2/18 13:49, Tom Lane wrote: > Robert Haas writes: >> postgres_fdw: Push down partition-wise aggregation. > > Seems to have broken the docs build. fixed -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Re: pgsql: postgres_fdw: Push down partition-wise aggregation.

2018-04-02 Thread Tom Lane
Robert Haas writes: > postgres_fdw: Push down partition-wise aggregation. Seems to have broken the docs build. regards, tom lane

pgsql: postgres_fdw: Push down partition-wise aggregation.

2018-04-02 Thread Robert Haas
postgres_fdw: Push down partition-wise aggregation. Since commit 7012b132d07c2b4ea15b0b3cb1ea9f3278801d98, postgres_fdw has been able to push down the toplevel aggregation operation to the remote server. Commit e2f1eb0ee30d144628ab523432320f174a2c8966 made it possible to break down the toplevel a