Re: postgres_fdw - IS TRUE/FALSE conditions are not pushed down - Mailing list pgsql-general

From Tom Lane
Subject Re: postgres_fdw - IS TRUE/FALSE conditions are not pushed down
Date
Msg-id 3427.1405959222@sss.pgh.pa.us
Whole thread Raw
In response to postgres_fdw - IS TRUE/FALSE conditions are not pushed down  (Sergiy Zuban <s.zuban@gmail.com>)
List pgsql-general
Sergiy Zuban <s.zuban@gmail.com> writes:
> DO I need to report this as bug?

It's not a bug, but an unimplemented feature.  A patch submission would be
more likely to get you somewhere.  Look into contrib/postgres_fdw/deparse.c,
and add support for BooleanTest (the NullTest support is a good model).

            regards, tom lane


pgsql-general by date:

Previous
From: Sergiy Zuban
Date:
Subject: postgres_fdw - push down conditionals for ENUMs
Next
From: Tom Lane
Date:
Subject: Re: postgres_fdw - push down conditionals for ENUMs