Skip to main content
Hi all,

 

Does anyone know how to import spatial data into Postgre? It seems  the option Allowed Geometries is greyed out.

 

 

 

Thanks,

 

Darius
Hi

 

 

The PostgreSQL database isn't spatially enabled unless you also install the PostGIS extension. You can then use the FME PostGIS reader/writer.

 

 

David
Hi

 

 

The PostgreSQL database isn't spatially enabled unless you also install the PostGIS extension. You can then use the FME PostGIS reader/writer.

 

 

David
Hello @david_r

 

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...
Hello @david_r

 

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...
Run the Stack Builder and choose the version you need under Spatial Extensions.

 

See this post on Stack Exchange.

 

More details can be found here.

 


Hello @david_r

 

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...
This is the first hit if you google "install postgis extension":

 

http://postgis.net/install/

 

Follow the instructions under "Getting started", on the right hand side.

Reply