From: Nicklas Avén Date: Fri, 22 Aug 2014 21:32:39 +0000 (+0000) Subject: remove extra option for next feature (bboxes, comming soon) in sql-signature. X-Git-Tag: 2.2.0rc1~880 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3e9113f8199cdec39928e99cf6cc8b6bba87328;p=postgis 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 --- 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;