Does anyone know how to import spatial data into Postgre? It seems the option Allowed Geometries is greyed out.
Thanks,
Darius
Does anyone know how to import spatial data into Postgre? It seems the option Allowed Geometries is greyed out.
Thanks,
Darius
The PostgreSQL database isn't spatially enabled unless you also install the PostGIS extension. You can then use the FME PostGIS reader/writer.
David
The PostgreSQL database isn't spatially enabled unless you also install the PostGIS extension. You can then use the FME PostGIS reader/writer.
David
I'm looking into this issue right now. Can you elaborate a bit more of how to install the postGIS extension? I am not getting much info online...
I'm looking into this issue right now. Can you elaborate a bit more of how to install the postGIS extension? I am not getting much info online...
See this post on Stack Exchange.
More details can be found here.
I'm looking into this issue right now. Can you elaborate a bit more of how to install the postGIS extension? I am not getting much info online...
http://postgis.net/install/
Follow the instructions under "Getting started", on the right hand side.