将postgis表转换为Mapinfo文件

将postgis表转换为Mapinfo文件,gis,postgis,mapinfo,ogr2ogr,Gis,Postgis,Mapinfo,Ogr2ogr,我有几个从MIF/MID文件转换而来的postgis表,并对它们进行了一些数据处理 我使用ogr2org将MIF/MID转换为postgis表, ogr2ogr -f PostgreSQL PG:"<dbconn>" "xxx.mif" ogr2ogr-f PostgreSQL PG:“xxx.mif” 但是如何将表转换为MIF/MID?根据 据 ogr2ogr -f "MID" foo.mid PG:"dbconnectionstring" -sql "select * fro

我有几个从MIF/MID文件转换而来的postgis表,并对它们进行了一些数据处理
我使用ogr2org将MIF/MID转换为postgis表,

ogr2ogr -f PostgreSQL PG:"<dbconn>" "xxx.mif"
ogr2ogr-f PostgreSQL PG:“xxx.mif”
但是如何将表转换为MIF/MID?
根据

ogr2ogr -f "MID" foo.mid PG:"dbconnectionstring" -sql "select * from table"