]> granicus.if.org Git - postgis/commitdiff
Skip st_area(geography) and st_length(geography)
authorSandro Santilli <strk@keybit.net>
Mon, 26 Nov 2012 12:07:07 +0000 (12:07 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 26 Nov 2012 12:07:07 +0000 (12:07 +0000)
See http://lists.osgeo.org/pipermail/postgis-users/2012-November/035854.html

git-svn-id: http://svn.osgeo.org/postgis/trunk@10738 b70326c6-7e19-0410-871a-916f4a2858ee

utils/postgis_restore.pl.in

index 5b8c320738ce9ccad4c1812c61e14c22bd318a48..9b55190e00a176b2b6a7fa4c907cb15e61a6bebc 100755 (executable)
@@ -1885,6 +1885,7 @@ FUNCTION st_approxsummarystats(text, text, double precision)
 FUNCTION st_approxsummarystats(text, text, integer, boolean, double precision)
 FUNCTION st_approxsummarystats(text, text, integer, double precision)
 FUNCTION st_area2d(geometry)
+FUNCTION st_area(geography)
 FUNCTION st_area(geography, boolean)
 FUNCTION st_area(geometry)
 FUNCTION st_area(text)
@@ -2311,6 +2312,7 @@ FUNCTION st_length2d(geometry)
 FUNCTION st_length2d_spheroid(geometry, spheroid)
 FUNCTION st_length3d(geometry)
 FUNCTION st_length3d_spheroid(geometry, spheroid)
+FUNCTION st_length(geography)
 FUNCTION st_length(geography, boolean)
 FUNCTION st_length(geometry)
 FUNCTION st_length_spheroid(geometry, spheroid)