Re: postgres_fdw - push down conditionals for ENUMs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgres_fdw - push down conditionals for ENUMs
Дата
Msg-id 3549.1405959403@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postgres_fdw - push down conditionals for ENUMs  (Sergiy Zuban <s.zuban@gmail.com>)
Ответы Re: postgres_fdw - push down conditionals for ENUMs  (Sergiy Zuban <s.zuban@gmail.com>)
Список pgsql-general
Sergiy Zuban <s.zuban@gmail.com> writes:
> 1. Is there any plans to add "non-strict mode" (configurable via options on
> server/table/column level) to allow pushing down conditions for all data
> types?

No.  You might as well call it a "return random answers" mode.

> 2. There is an option that allows to map foreign table column to column
> with another name. What about adding another option to specify column type
> to be send to remote server?

Same problem.  We don't have any way of knowing whether type foo on the
remote end acts like foo locally.

            regards, tom lane


В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: postgres_fdw - IS TRUE/FALSE conditions are not pushed down
Следующее
От: David G Johnston
Дата:
Сообщение: Re: statement_timeout doesn't work