]> granicus.if.org Git - postgis/commitdiff
remove extra option for next feature (bboxes, comming soon) in sql-signature.
authorNicklas Avén <nicklas.aven@jordogskog.no>
Fri, 22 Aug 2014 21:32:39 +0000 (21:32 +0000)
committerNicklas Avén <nicklas.aven@jordogskog.no>
Fri, 22 Aug 2014 21:32:39 +0000 (21:32 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12908 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis.sql.in

index 0811c6e9a9a2fed8cefe3ce7631bf160659a159d..6e2976660e241ca3e2e79a59b28c35cca3d958af 100644 (file)
@@ -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;