EnterpriseDB / mysql_fdw

PostgreSQL foreign data wrapper for MySQL
Other
532 stars 163 forks source link

push down issue #268

Closed ynqjwsm closed 1 year ago

ynqjwsm commented 1 year ago

missing "OPERATOR pg_catalog.=(bigint,bigint)" in "mysql_fdw_pushdown.config"

surajkharage19 commented 1 year ago

Hi,

We will try to add more default entries in the config file in future releases. For time being, you can add the entries in mysql_fdw_pushdown.config file as per your requirement. e.g. OPERATOR pg_catalog.=(bigint,bigint) Once that is added you can reload the config file using select mysql_fdw_display_pushdown_list(true); command or start a new session so that new entries can take effect. Users can add/modify/delete the entries as per their requirements from mysql_fdw_pushdown.config file.

ynqjwsm commented 1 year ago

邮件已经收到,谢谢。