]> granicus.if.org Git - postgis/commitdiff
#1423 -- fix for geography ST_AsGML - take off strictness if we allow null for prefix
authorRegina Obe <lr@pcorp.us>
Sun, 1 Jan 2012 03:28:31 +0000 (03:28 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 1 Jan 2012 03:28:31 +0000 (03:28 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8633 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/geography.sql.in.c

index ae71824400e1ab6fd23cf76e3d32d637ff172475..6bffccd92670e0f11ce7671649d4e6666fc8d553 100644 (file)
@@ -431,7 +431,7 @@ CREATE OR REPLACE FUNCTION ST_AsGML(geog geography, maxdecimaldigits int4 DEFAUL
 CREATE OR REPLACE FUNCTION ST_AsGML(version int4, geog geography, maxdecimaldigits int4 DEFAULT 15, options int4 DEFAULT 0, nprefix text DEFAULT null)
        RETURNS text
        AS 'SELECT _ST_AsGML($1, $2, $3, $4, $5)'
-       LANGUAGE 'SQL' IMMUTABLE STRICT;
+       LANGUAGE 'SQL' IMMUTABLE;
 
 --
 -- KML OUTPUT