From d3e9113f8199cdec39928e99cf6cc8b6bba87328 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicklas=20Av=C3=A9n?= Date: Fri, 22 Aug 2014 21:32:39 +0000 Subject: [PATCH] remove extra option for next feature (bboxes, comming soon) in sql-signature. git-svn-id: http://svn.osgeo.org/postgis/trunk@12908 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/postgis.sql.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis/postgis.sql.in b/postgis/postgis.sql.in index 0811c6e9a..6e2976660 100644 --- a/postgis/postgis.sql.in +++ b/postgis/postgis.sql.in @@ -1400,7 +1400,7 @@ CREATE OR REPLACE FUNCTION ST_AsTWKB(geometry,int4,int8) LANGUAGE 'c' IMMUTABLE STRICT; -- Availability: 2.2.0 -CREATE OR REPLACE FUNCTION ST_AsTWKB(geometry,int4,int8,boolean,boolean default false) +CREATE OR REPLACE FUNCTION ST_AsTWKB(geometry,int4,int8,boolean) RETURNS bytea AS 'MODULE_PATHNAME','TWKBFromLWGEOM' LANGUAGE 'c' IMMUTABLE STRICT; -- 2.40.0