1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: postgresql-mysql-fdw
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Uploaders:
Markus Wanner <markus.wanner@datahouse.ch>,
Christoph Berg <myon@debian.org>,
Build-Depends:
debhelper (>= 9),
default-libmysqlclient-dev | libmysqlclient-dev,
postgresql-server-dev-all (>= 153~),
Standards-Version: 3.9.8
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Vcs-Git: git://anonscm.debian.org/pkg-postgresql/postgresql-mysql-fdw.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-postgresql/postgresql-mysql-fdw.git
Package: postgresql-mysql-fdw-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: documentation for mysql-fdw
postgresql-mysql-fdw is a PostgreSQL extension implementing a Foreign Data
Wrapper (FDW) to access MySQL data from PostgreSQL.
.
This package contains the documentation.
Package: postgresql-9.6-mysql-fdw
Architecture: any
Depends:
default-libmysqlclient-dev | libmysqlclient-dev,
postgresql-9.6,
${misc:Depends},
${shlibs:Depends},
Description: Postgres 9.6 Foreign Data Wrapper for MySQL
postgresql-mysql-fdw is a PostgreSQL extension implementing a Foreign Data
Wrapper (FDW) to access MySQL data from PostgreSQL.
.
This package is for PostgreSQL 9.6.
|