Identifying the version v2

The MySQL Foreign Data Wrapper includes a function that you can use to identify the currently installed version of the .so file for the data wrapper. To use the function, connect to the Postgres server, and enter:

SELECT mysql_fdw_version();

The function returns the version number:

mysql_fdw_version
-----------------
<xxxxx>