Re: postgres_fdw - IS TRUE/FALSE conditions are not pushed down

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgres_fdw - IS TRUE/FALSE conditions are not pushed down
Дата
Msg-id 3427.1405959222@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postgres_fdw - IS TRUE/FALSE conditions are not pushed down  (Sergiy Zuban <s.zuban@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Sergiy Zuban
Дата:
Сообщение: postgres_fdw - push down conditionals for ENUMs
Следующее
От: Tom Lane
Дата:
Сообщение: Re: postgres_fdw - push down conditionals for ENUMs