$libdir/mysql_fdw

From: Ryan King - NOAA Affiliate <ryan(dot)king(at)noaa(dot)gov>
To: pgsql-general(at)postgresql(dot)org, pgsql-admin(at)postgresql(dot)org
Subject: $libdir/mysql_fdw
Date: 2015-08-27 17:46:26
Message-ID: CAJAJqWEZhd59brB4P28GQt7V-KsXLsRUnSuAGWD=COLqUS3=jg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

When attempting to create the required functions and extensions for the
MySQL FDW, I get the following errors:

dbname=# CREATE FUNCTION mysql_fdw_handler()
RETURNS fdw_handler
AS '$libdir/mysql_fdw'
LANGUAGE C STRICT;

ERROR: could not access file "$libdir/mysql_fdw": No such file or directory

dbname=# CREATE EXTENSION mysql_fdw;

ERROR: could not open extension control file
"/usr/pgsql-9.4/share/extension/mysql_fdw.control": No such file or
directory

What needs to be installed for this to work?

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Adrian Klaver 2015-08-27 18:25:11 Re: [GENERAL] $libdir/mysql_fdw
Previous Message John R Pierce 2015-08-27 17:00:37 Re: two factor authentication for pgadmin iii

Browse pgsql-general by date

  From Date Subject
Next Message ss 2015-08-27 17:51:01 Re: ERROR: collation "latin1_general_ci" for encoding "UTF8" does not exist
Previous Message Adrian Klaver 2015-08-27 17:29:20 Re: ERROR: collation "latin1_general_ci" for encoding "UTF8" does not exist