diff schema/gemma.sql @ 659:ef658c66cfca

schema: disable sfcgal * Comment out sfcgal extension because it is not available on Ubuntu LTS right now and the setup script will stop completely.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 17 Sep 2018 16:25:44 +0200
parents 40d3b697ea15
children f595b3455d75
line wrap: on
line diff
--- a/schema/gemma.sql	Fri Sep 14 18:02:53 2018 +0200
+++ b/schema/gemma.sql	Mon Sep 17 16:25:44 2018 +0200
@@ -6,7 +6,8 @@
 CREATE EXTENSION postgis;
 
 -- Needed for 3D processing e.g. for cross section profiles
-CREATE EXTENSION postgis_sfcgal;
+-- FIXME disabled for now, because not available on Ubuntu/Debian
+--CREATE EXTENSION postgis_sfcgal;
 
 -- TODO: will there ever be UPDATEs or can we drop that function due to
 -- historicisation?