From: Sandro Santilli Date: Mon, 26 Nov 2012 12:07:07 +0000 (+0000) Subject: Skip st_area(geography) and st_length(geography) X-Git-Tag: 2.1.0beta2~360 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5699c380a45f4eb54411473b04d5c391796dd376;p=postgis Skip st_area(geography) and st_length(geography) 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 --- diff --git a/utils/postgis_restore.pl.in b/utils/postgis_restore.pl.in index 5b8c32073..9b55190e0 100755 --- a/utils/postgis_restore.pl.in +++ b/utils/postgis_restore.pl.in @@ -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)