Sign up ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I'm using the PostgreSQL 9.2.4 which is the no installation version.I run this by using the command "Program Files/PostgreSQL/9.0/bin/pg_ctl" -D "Program Files/PostgreSQL/9.0/data" -l "Program Files/PostgreSQL/9.0/log/pgsql.log" start"!

And I tried to install the PostGIS 1.5.5 into the PostgreSQL server. It is not work! The template_postgis is created, but no tables was generated in the table folder!

Would like to confirm, does the PostGIS need to be installed to installion version instead of binary version? Please advise.

Thanks.

share|improve this question
    
You can install Postgis 1.5.5, if you use postgres 9.0 see download.osgeo.org/postgis/windows/pg90 . If you use PostgreSQL 9.2.4, you must install postgis 2.0.3 download.osgeo.org/postgis/windows/pg92 –  novicegis Sep 4 '13 at 7:51

1 Answer 1

up vote 0 down vote accepted

PostgreSQL 9.2 is only compatible with Postgis 2.0 or superior. After postgis installation you can use the extensions system to enable the spatial capabilities of a database.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.