From: | Ian Lawrence Barwick <barwick(at)gmail(dot)com> |
---|---|
To: | Sri Mrudula Attili <sri(at)ebi(dot)ac(dot)uk> |
Cc: | pgsql-admin(at)lists(dot)postgresql(dot)org |
Subject: | Re: mysql_fdw for postgresql version 16 |
Date: | 2025-02-28 00:18:37 |
Message-ID: | CAB8KJ=hexiWkoJqi1zmyheiXxR8_HL-DPnXxDbQq6Wqz+O_Gsg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
2025年2月28日(金) 0:54 Sri Mrudula Attili <sri(at)ebi(dot)ac(dot)uk>:
>
> Hello All,
>
>
> I am looking for a mysql foreign data wrapper in our postgresql v16 environment.
>
> We have a mysql database and postgresql database that needs to read and write data to.
>
> So while going through the reliable mysql_fdw I came across the below
>
>
> https://docs.opengauss.org/en/docs/5.0.0-lite/docs/DatabaseAdministrationGuide/mysql_fdw.html
>
> https://github.com/EnterpriseDB/mysql_fdw
>
>
> I wanted to go ahead with the EDB provided extension, but while reading the guide it says "supported database versions - EPAS 16"
>
> Does that mean it can only be used with the EDB provided postgresql versions and not the standard PGDG ones?
>
>
> Where as the opengauss one says "To compile and use mysql_fdw, the MariaDB development packages must be included in the environment. "
>
> We are not using MariaDB so I am confused to go with which one, please advise.
It should be available as a package via the PGDG community
repositories, e.g. for RPMs:
https://yum.postgresql.org/extensions/mysql_fdw/
Otherwise it should be possible to build it yourself using the MySQL
or MariaDB dev packages.
Regards
Ian Barwick
From | Date | Subject | |
---|---|---|---|
Next Message | Ron Johnson | 2025-02-28 00:23:10 | Re: delete and pg_toast = shrink database? |
Previous Message | Jean-Paul POZZI | 2025-02-27 23:51:41 | RE: delete and pg_toast = shrink database? |