projects
/
postgis
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27b88d9
)
#269 get rid of geography -> geometry implicit to make it an explicit cast
author
Regina Obe
<lr@pcorp.us>
Fri, 16 Oct 2009 13:01:42 +0000
(13:01 +0000)
committer
Regina Obe
<lr@pcorp.us>
Fri, 16 Oct 2009 13:01:42 +0000
(13:01 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4656
b70326c6
-7e19-0410-871a-
916f4a2858ee
postgis/geography.sql.in.c
patch
|
blob
|
history
diff --git
a/postgis/geography.sql.in.c
b/postgis/geography.sql.in.c
index f417baaac945d6f7b07fa7c0e767acc71fbd5268..7108980f10b06adc14f0469cf114dbe908b96668 100644
(file)
--- a/
postgis/geography.sql.in.c
+++ b/
postgis/geography.sql.in.c
@@
-180,7
+180,7
@@
CREATE OR REPLACE FUNCTION geometry(geography)
LANGUAGE 'C' IMMUTABLE STRICT;
-- Availability: 1.5.0
-CREATE CAST (geography AS geometry) WITH FUNCTION geometry(geography)
AS IMPLICIT
;
+CREATE CAST (geography AS geometry) WITH FUNCTION geometry(geography) ;
-- ---------- ---------- ---------- ---------- ---------- ---------- ----------
-- GiST Support Functions