projects
/
postgis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2531abf
)
#1423: ST_AsGML fix - Can't have strict on funcs that take default args where a defau...
author
Regina Obe
<lr@pcorp.us>
Sun, 1 Jan 2012 03:27:21 +0000
(
03:27
+0000)
committer
Regina 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
patch
|
blob
|
history
diff --git
a/postgis/postgis.sql.in.c
b/postgis/postgis.sql.in.c
index 948a1586b6430eda9b3e2fbf8e667d9e76b831d2..0eaa1f70c01c339fb4210435fed53d2d1b0af32c 100644
(file)
--- a/
postgis/postgis.sql.in.c
+++ b/
postgis/postgis.sql.in.c
@@
-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