On Oct 14, 2013, at 12:30 PM, Rémi Cura wrote:

Hi Rémi,

> I would like to use SFCGAL but can't make it work.
> 
> And try to add postgis
> CREATE EXTENSION postgis VERSION '2.1.0';

Here is the issue.

Right now (and until 2.2.0) sfcgal don't use EXTENSION
so need to create the spatial database with the old school method:

psql database < postgis.sql
psql database < spatial_ref_sys.sql
psql database < sfcgal.sql


Should be enough to make it works.



I also will look why you did'nt get the 1.0.2 right version number.




O.



_______________________________________________
postgis-users mailing list
[email protected]
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users

Reply via email to