From 036a33aceddb3bfa041f1cb405d72b467653d3e1 Mon Sep 17 00:00:00 2001 From: abelvm Date: Fri, 2 Sep 2016 12:58:13 +0200 Subject: [PATCH] drop --- src/pg/sql/19_contour.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pg/sql/19_contour.sql b/src/pg/sql/19_contour.sql index 784779e..ae48eb5 100644 --- a/src/pg/sql/19_contour.sql +++ b/src/pg/sql/19_contour.sql @@ -1,4 +1,4 @@ -DROP FUNCTION cdb_contour(geometry[],numeric[],numeric,integer,integer,integer,integer); +DROP FUNCTION IF EXISTS cdb_contour(geometry[],numeric[],numeric,integer,integer,integer,integer); CREATE OR REPLACE FUNCTION CDB_Contour( IN geomin geometry[],