]> granicus.if.org Git - postgis/commitdiff
#1423: ST_AsGML fix - Can't have strict on funcs that take default args where a defau...
authorRegina Obe <lr@pcorp.us>
Sun, 1 Jan 2012 03:27:21 +0000 (03:27 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 1 Jan 2012 03:27:21 +0000 (03:27 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8632 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis.sql.in.c

index 948a1586b6430eda9b3e2fbf8e667d9e76b831d2..0eaa1f70c01c339fb4210435fed53d2d1b0af32c 100644 (file)
@@ -3181,7 +3181,7 @@ CREATE OR REPLACE FUNCTION ST_AsGML(geom geometry, maxdecimaldigits int4 DEFAULT
 CREATE OR REPLACE FUNCTION ST_AsGML(version int4, geom geometry, maxdecimaldigits int4 DEFAULT 15, options int4 DEFAULT 0, nprefix text DEFAULT null)\r
        RETURNS TEXT\r
        AS 'SELECT _ST_AsGML($1, $2, $3, $4, $5)'\r
-       LANGUAGE 'SQL' IMMUTABLE STRICT;\r
+       LANGUAGE 'SQL' IMMUTABLE;\r
 \r
 -----------------------------------------------------------------------\r
 -- KML OUTPUT\r