From: Sandro Santilli Date: Sat, 7 Sep 2013 13:27:17 +0000 (+0000) Subject: Clean up restore script (#2471) X-Git-Tag: 2.2.0rc1~1371 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=690ff13a158c104e9a90b4ca24d475456c18d8cb;p=postgis Clean up restore script (#2471) git-svn-id: http://svn.osgeo.org/postgis/trunk@11945 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/utils/postgis_restore.pl.in b/utils/postgis_restore.pl.in index aaafdc4ad..cadb2ddd5 100755 --- a/utils/postgis_restore.pl.in +++ b/utils/postgis_restore.pl.in @@ -1759,6 +1759,7 @@ FUNCTION postgis_jts_version() FUNCTION postgis_lib_build_date() FUNCTION postgis_lib_version() FUNCTION postgis_libxml_version() +FUNCTION postgis_libjson_version() FUNCTION postgis_noop(geometry) FUNCTION postgis_proj_version() FUNCTION postgis_raster_lib_build_date() @@ -1938,6 +1939,7 @@ FUNCTION st_asewkb(geometry) FUNCTION st_asewkb(geometry, text) FUNCTION st_asewkt(geography) FUNCTION st_asewkt(geometry) +FUNCTION st_asewkt(text) FUNCTION st_asgdalraster(raster, text, text[], integer) FUNCTION st_asgeojson(geography) FUNCTION st_asgeojson(geography, integer) @@ -2810,6 +2812,8 @@ OPERATOR &&(geometry, geometry) OPERATOR &&&(geometry, geometry) OPERATOR ~(geometry, raster) OPERATOR &&(geometry, raster) +OPERATOR <#>(geometry, geometry) +OPERATOR <->(geometry, geometry) OPERATOR ~(raster, geometry) OPERATOR &&(raster, geometry) OPERATOR ~=(raster, raster)