EnterpriseDB / mysql_fdw

PostgreSQL foreign data wrapper for MySQL
Other
531 stars 162 forks source link

Fix mediumblob import #82

Closed InfoSec812 closed 8 years ago

InfoSec812 commented 8 years ago

Added a new CASE for the MySQL datatype 'mediumblob' and mapped it to BYTEA in PostgreSQL.