mysql_fdw
Foreign data wrapper for querying a MySQL server
Module:
Categories:
Overview
PGDG 1st Party Extension: mysql_fdw
: Foreign data wrapper for querying a MySQL server
Information
- Extension ID: 8600
- Extension Name:
mysql_fdw
- Package Name:
mysql_fdw
- Category:
FDW
- License: BSD 3
- Website: https://github.com/EnterpriseDB/mysql_fdw
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.2
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
mysql_fdw_$v*
- RPM Ver :
1.2
- RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-mysql-fdw
- DEB Ver :
1.2
- DEB Deps: N/A
Packages
Installation
Install mysql_fdw
via the pig
CLI tool:
pig ext install mysql_fdw
Install mysql_fdw
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["mysql_fdw"]}' # -l <cls>
Install mysql_fdw
RPM from YUM repo directly:
dnf install mysql_fdw_17*;
dnf install mysql_fdw_16*;
dnf install mysql_fdw_15*;
dnf install mysql_fdw_14*;
dnf install mysql_fdw_13*;
Install mysql_fdw
DEB from APT repo directly:
apt install postgresql-17-mysql-fdw;
apt install postgresql-16-mysql-fdw;
apt install postgresql-15-mysql-fdw;
apt install postgresql-14-mysql-fdw;
apt install postgresql-13-mysql-fdw;
Enable mysql_fdw
extension on PostgreSQL cluster:
CREATE EXTENSION mysql_fdw;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.