Skip to main content
How do I Copy SHAPE column from an ESRI GDB feature class to a non spatial Postgres database?

@jasonc​ Try GeometryExtractor


Are we talking about points, lines or polygons? And why a non spatial Postgres database? You might consider to install PostGIS, the spatial database extender for the PostgreSQL object-relational database, to handle the geometry properly...


Reply