Re: mysql_fdw trouble

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dane Foster <studdugie(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: mysql_fdw trouble
Date: 2015-10-29 18:04:43
Message-ID: 1656.1446141883@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dane Foster <studdugie(at)gmail(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Eric Schwarzenbach 2015-10-29 18:06:26 Re: Domain check constraint not honored?
Previous Message Dane Foster 2015-10-29 17:57:57 Re: mysql_fdw trouble