Re: mysql_fdw trouble

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: mysql_fdw trouble
Дата
Msg-id 1656.1446141883@sss.pgh.pa.us
обсуждение исходный текст
Ответ на mysql_fdw trouble  (Dane Foster <studdugie@gmail.com>)
Ответы Re: mysql_fdw trouble  (Dane Foster <studdugie@gmail.com>)
Список pgsql-general
Dane Foster <studdugie@gmail.com> writes:
> Installation and set up worked flawlessly but when I run the following query
> ...
> ​I get the following error:​
> ​ERROR:  failed to prepare the MySQL query:
> FUNCTION latest.btrim does not exist

It looks like mysql_fdw is messing up by sending the trim() checks for
remote execution when there is no suitable function on the remote side.
Don't know whether that's a bug in mysql_fdw, or whether there's some
setup you're supposed to perform on the mysql server and have omitted.

            regards, tom lane


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

Предыдущее
От: Dane Foster
Дата:
Сообщение: Re: mysql_fdw trouble
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: does pg_dump get delayed if I have a loop that does continuous insertions