]> granicus.if.org Git - postgis/commitdiff
Drop another duplicated signature
authorSandro Santilli <strk@keybit.net>
Wed, 6 Nov 2013 14:56:35 +0000 (14:56 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 6 Nov 2013 14:56:35 +0000 (14:56 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12099 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis.sql.in

index 53250b6f3259bf5bf6b2f2bbfd0f95d93f09cdac..a6eb88db27c7b34d029cd05718327ed636a47850 100644 (file)
@@ -4579,16 +4579,6 @@ CREATE OR REPLACE FUNCTION ST_distance_sphere(geom1 geometry, geom2 geometry)
        LANGUAGE 'sql' IMMUTABLE STRICT
        COST 300;
 
--- Availability: 1.2.2
-CREATE OR REPLACE FUNCTION ST_distance_sphere(geom1 geometry, geom2 geometry)
-       RETURNS FLOAT8
-       AS $$
-       select st_distance(geography($1),geography($2),false)
-       $$
-       LANGUAGE 'sql' IMMUTABLE STRICT
-       COST 300;
-
-
 ---------------------------------------------------------------
 -- GEOMETRY_COLUMNS view support functions
 ---------------------------------------------------------------