From: Regina Obe Date: Fri, 16 Oct 2009 13:01:42 +0000 (+0000) Subject: #269 get rid of geography -> geometry implicit to make it an explicit cast X-Git-Tag: 1.5.0b1~364 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e53e0eac8172e1523ef573ddd4e134ea50173863;p=postgis #269 get rid of geography -> geometry implicit to make it an explicit cast git-svn-id: http://svn.osgeo.org/postgis/trunk@4656 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/geography.sql.in.c b/postgis/geography.sql.in.c index f417baaac..7108980f1 100644 --- 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