Sergiy Zuban <s(dot)zuban(at)gmail(dot)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