I just released version 1.1.0 of oracle_fdw. This release supports translation between Oracle MDSYS.SDO_GEOMETRY and PostGIS "geometry". Currently the only geometry types supported are POINT, LINE, POLYGON, MULTIPOINT, MULTILINE and MULTIPOLYGON in two and three dimensions.
The translation is very efficient since it directly uses the internal representations in Oracle and PostGIS. This would not have been possible without Oslandia's code contribution. Thank you, Vincent Mora and Vincent Picavet! Project page: http://laurenz.github.io/oracle_fdw/ Source repository: https://github.com/laurenz/oracle_fdw Yours, Laurenz Albe _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
