]> granicus.if.org Git - postgis/commitdiff
Update postgis_restore.pl skip list
authorSandro Santilli <strk@keybit.net>
Fri, 13 Mar 2015 17:05:29 +0000 (17:05 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 13 Mar 2015 17:05:29 +0000 (17:05 +0000)
This was done with "make update-restore".
Adds the missing signatures found in a dump that was reported
to give restore errors:
http://lists.osgeo.org/pipermail/postgis-users/2015-March/040282.html

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

utils/postgis_restore.pl.in

index b4b8aab46b7f985eaf054585382cf90b7f0ee947..4ad401b51194c002bfe7957175300d470fa090a3 100644 (file)
@@ -1831,6 +1831,7 @@ FUNCTION relate(geometry,geometry,text)
 FUNCTION relationtrigger()
 FUNCTION removepoint(geometry,integer)
 FUNCTION rename_geometry_table_constraints()
+FUNCTION _rename_raster_tables()
 FUNCTION reverse(geometry)
 FUNCTION rotate(geometry,double precision)
 FUNCTION rotatex(geometry,double precision)
@@ -2024,6 +2025,8 @@ FUNCTION st_aslatlontext(geometry)
 FUNCTION st_aslatlontext(geometry,text)
 FUNCTION _st_aspect4ma(double precision[],text,text[])
 FUNCTION st_aspect(raster,integer,text)
+FUNCTION st_aspect(raster,integer,text,boolean)
+FUNCTION st_aspect(raster,integer,text,text,boolean)
 FUNCTION st_aspng(raster,integer,integer)
 FUNCTION st_aspng(raster,integer[],integer)
 FUNCTION st_aspng(raster,integer,text[])
@@ -2032,12 +2035,19 @@ FUNCTION st_aspng(raster,text[])
 FUNCTION st_asraster(geometry,double precision,double precision,double precision,double precision,text,double precision,double precision,double precision,double precision,boolean)
 FUNCTION st_asraster(geometry,double precision,double precision,double precision,double precision,text[],double precision[],double precision[],double precision,double precision,boolean)
 FUNCTION _st_asraster(geometry,double precision,double precision,integer,integer,text[],double precision[],double precision[],double precision,double precision,double precision,double precision,double precision,double precision,boolean)
+FUNCTION _st_asraster(geometry,double precision,double precision,integer,integer,text[],double precision[],double precision[],double precision,double precision,double precision,double precision,double precision,double precision,touched boolean)
+FUNCTION st_asraster(geometry,double precision,double precision,text,double precision,double precision,double precision,double precision,double precision,double precision)
 FUNCTION st_asraster(geometry,double precision,double precision,text,double precision,double precision,double precision,double precision,double precision,double precision,boolean)
 FUNCTION st_asraster(geometry,double precision,double precision,text[],double precision[],double precision[],double precision,double precision,double precision,double precision,boolean)
+FUNCTION st_asraster(geometry,integer,integer,double precision,double precision,text,double precision,double precision,double precision,double precision)
+FUNCTION st_asraster(geometry,integer,integer,double precision,double precision,text[],double precision[],double precision[],double precision,double precision)
 FUNCTION st_asraster(geometry,integer,integer,double precision,double precision,text,double precision,double precision,double precision,double precision,boolean)
 FUNCTION st_asraster(geometry,integer,integer,double precision,double precision,text[],double precision[],double precision[],double precision,double precision,boolean)
+FUNCTION st_asraster(geometry,integer,integer,text,double precision,double precision,double precision,double precision,double precision,double precision)
+FUNCTION st_asraster(geometry,integer,integer,text[],double precision[],double precision[],double precision,double precision,double precision,double precision)
 FUNCTION st_asraster(geometry,integer,integer,text,double precision,double precision,double precision,double precision,double precision,double precision,boolean)
 FUNCTION st_asraster(geometry,integer,integer,text[],double precision[],double precision[],double precision,double precision,double precision,double precision,boolean)
+FUNCTION st_asraster(geometry,raster,text,double precision,double precision)
 FUNCTION st_asraster(geometry,raster,text,double precision,double precision,boolean)
 FUNCTION st_asraster(geometry,raster,text[],double precision[],double precision[],boolean)
 FUNCTION st_assvg(geography)
@@ -2054,9 +2064,13 @@ FUNCTION st_astiff(raster,integer[],text,integer)
 FUNCTION st_astiff(raster,integer[],text[],integer)
 FUNCTION st_astiff(raster,text,integer)
 FUNCTION st_astiff(raster,text[],integer)
+FUNCTION st_astwkb(geometry,integer)
+FUNCTION st_astwkb(geometry,integer,bigint)
+FUNCTION st_astwkb(geometry,integer,bigint,boolean)
 FUNCTION st_asukml(geometry)
 FUNCTION st_asukml(geometry,integer)
 FUNCTION st_asukml(geometry,integer,integer)
+FUNCTION st_asx3d(geometry)
 FUNCTION st_asx3d(geometry,integer)
 FUNCTION st_asx3d(geometry,integer,integer)
 FUNCTION _st_asx3d(integer,geometry,integer,integer,text)
@@ -2069,6 +2083,7 @@ FUNCTION st_bandisnodata(raster,integer,boolean)
 FUNCTION st_bandmetadata(raster)
 FUNCTION st_bandmetadata(raster,integer)
 FUNCTION st_bandmetadata(raster,integer[])
+FUNCTION st_bandmetadata(raster,variadic integer[])
 FUNCTION st_bandnodatavalue(raster)
 FUNCTION st_bandnodatavalue(raster,integer)
 FUNCTION st_bandpath(raster)
@@ -2078,6 +2093,7 @@ FUNCTION st_bandpixeltype(raster,integer)
 FUNCTION st_band(raster,integer)
 FUNCTION st_band(raster,integer[])
 FUNCTION st_band(raster,text,character)
+FUNCTION st_bandsurface(raster,integer)
 FUNCTION st_bdmpolyfromtext(text,integer)
 FUNCTION st_bdpolyfromtext(text,integer)
 FUNCTION st_below(raster,raster)
@@ -2142,13 +2158,20 @@ FUNCTION st_combine_bbox(box3d,geometry)
 FUNCTION st_compression(chip)
 FUNCTION _st_concavehull(geometry)
 FUNCTION st_concavehull(geometry,double precision,boolean)
+FUNCTION st_concavehull(geometry,float)
 FUNCTION _st_concvehull(geometry)
 FUNCTION st_contained(raster,raster)
 FUNCTION st_contain(raster,raster)
+FUNCTION st_contain(raster,raster)**/
 FUNCTION _st_contains(geometry,geometry)
 FUNCTION st_contains(geometry,geometry)
+FUNCTION _st_contains(geometry,raster,integer)
+FUNCTION st_contains(geometry,raster,integer)
 FUNCTION _st_containsproperly(geometry,geometry)
 FUNCTION st_containsproperly(geometry,geometry)
+FUNCTION _st_contains(raster,geometry,integer)
+FUNCTION st_contains(raster,geometry,integer)
+FUNCTION st_contains(raster,integer,geometry)
 FUNCTION st_convexhull(geometry)
 FUNCTION st_convexhull(raster)
 FUNCTION st_coorddim(geometry)
@@ -2299,6 +2322,9 @@ FUNCTION st_height(chip)
 FUNCTION st_height(raster)
 FUNCTION _st_hillshade4ma(double precision[],text,text[])
 FUNCTION st_hillshade(raster,integer,text,double precision,double precision,double precision,double precision)
+FUNCTION st_hillshade(raster,integer,text,double precision,double precision,double precision,double precision,boolean)
+FUNCTION st_hillshade(raster,integer,text,float,float,float,float)
+FUNCTION st_hillshade(raster,integer,text,float,float,float,float,boolean)
 FUNCTION st_histogram2d_in(cstring)
 FUNCTION st_histogram2d_out(histogram2d)
 FUNCTION _st_histogram(raster,integer,boolean,double precision,integer,double precision[],boolean,double precision,double precision)
@@ -2333,6 +2359,7 @@ FUNCTION st_intersection(raster,integer,raster,integer,text,regprocedure)
 FUNCTION _st_intersection(raster,integer,raster,integer,text,text,regprocedure)
 FUNCTION st_intersection(raster,raster,double precision)
 FUNCTION st_intersection(raster,raster,double precision[])
+FUNCTION st_intersection(raster,raster,integer,integer)
 FUNCTION st_intersection(raster,raster,regprocedure)
 FUNCTION st_intersection(raster,raster,text,double precision)
 FUNCTION st_intersection(raster,raster,text,double precision[])
@@ -2435,19 +2462,29 @@ FUNCTION st_mapalgebraexpr(raster,raster,text,text,text,text,text,double precisi
 FUNCTION st_mapalgebraexpr(raster,text,text,double precision)
 FUNCTION st_mapalgebraexpr(raster,text,text,text)
 FUNCTION st_mapalgebrafctngb(raster,integer,text,integer,integer,regprocedure,text,text[])
+FUNCTION st_mapalgebrafctngb(raster,integer,text,integer,integer,regprocedure,text,variadic text[])
 FUNCTION st_mapalgebrafct(raster,integer,raster,integer,regprocedure,text,text,text[])
+FUNCTION st_mapalgebrafct(raster,integer,raster,integer,regprocedure,text,text,variadic text[])
 FUNCTION st_mapalgebrafct(raster,integer,regprocedure)
 FUNCTION st_mapalgebrafct(raster,integer,regprocedure,text[])
+FUNCTION st_mapalgebrafct(raster,integer,regprocedure,variadic text[])
 FUNCTION st_mapalgebrafct(raster,integer,text,regprocedure)
 FUNCTION st_mapalgebrafct(raster,integer,text,regprocedure,text[])
+FUNCTION st_mapalgebrafct(raster,integer,text,regprocedure,variadic text[])
 FUNCTION st_mapalgebrafct(raster,raster,regprocedure,text,text,text[])
+FUNCTION st_mapalgebrafct(raster,raster,regprocedure,text,text,variadic text[])
+FUNCTION  st_mapalgebrafct(raster,raster,regprocedure,variadic text[])
 FUNCTION st_mapalgebrafct(raster,regprocedure)
 FUNCTION st_mapalgebrafct(raster,regprocedure,text[])
+FUNCTION st_mapalgebrafct(raster,regprocedure,variadic text[])
 FUNCTION st_mapalgebrafct(raster,text,regprocedure)
 FUNCTION st_mapalgebrafct(raster,text,regprocedure,text[])
+FUNCTION st_mapalgebrafct(raster,text,regprocedure,variadic text[])
 FUNCTION st_mapalgebra(raster,integer,text)
 FUNCTION st_mapalgebra(raster,integer,text,text)
+FUNCTION st_mapalgebra(raster,integer,text,text,nodatavaluerepl text)
 FUNCTION st_mapalgebra(raster,integer,text,text,text)
+FUNCTION st_mapalgebra(raster,pixeltype text,expression text,nodatavaluerepl text)
 FUNCTION st_mapalgebra(raster,text)
 FUNCTION st_mapalgebra(raster,text,text)
 FUNCTION st_mapalgebra(raster,text,text,text)
@@ -2460,6 +2497,7 @@ FUNCTION st_mem_size(geometry)
 FUNCTION st_metadata(raster)
 FUNCTION st_m(geometry)
 FUNCTION st_min4ma(double precision[],text,text[])
+FUNCTION  st_minimumboundingcircle(geometry)
 FUNCTION st_minimumboundingcircle(geometry)
 FUNCTION st_minimumboundingcircle(geometry,integer)
 FUNCTION st_minpossibleval(text)
@@ -2492,6 +2530,12 @@ FUNCTION st_multipolyfromwkb(bytea,integer)
 FUNCTION st_multipolygonfromtext(text)
 FUNCTION st_multipolygonfromtext(text,integer)
 FUNCTION st_ndims(geometry)
+FUNCTION st_nearestvalue(raster,integer,integer,boolean)
+FUNCTION st_nearestvalue(raster,integer,integer,integer,boolean)
+FUNCTION st_neighborhood(raster,geometry,integer,boolean)
+FUNCTION st_neighborhood(raster,integer,geometry,integer,boolean)
+FUNCTION st_neighborhood(raster,integer,integer,integer,boolean)
+FUNCTION st_neighborhood(raster,integer,integer,integer,integer,boolean)
 FUNCTION st_newedgeheal(character varying,integer,integer)
 FUNCTION st_newedgessplit(character varying,integer,public.geometry)
 FUNCTION st_node(geometry)
@@ -2513,15 +2557,22 @@ FUNCTION st_overbelow(raster,raster)
 FUNCTION st_overlap(raster,raster)
 FUNCTION _st_overlaps(geometry,geometry)
 FUNCTION st_overlaps(geometry,geometry)
+FUNCTION _st_overlaps(geometry,raster,integer)
+FUNCTION st_overlaps(geometry,raster,integer)
+FUNCTION _st_overlaps(raster,geometry,integer)
+FUNCTION st_overlaps(raster,geometry,integer)
+FUNCTION st_overlaps(raster,integer,geometry)
 FUNCTION st_overleft(raster,raster)
 FUNCTION st_overright(raster,raster)
 FUNCTION st_patchn(geometry,integer)
 FUNCTION st_perimeter2d(geometry)
 FUNCTION st_perimeter3d(geometry)
+FUNCTION st_perimeter(geography)
 FUNCTION st_perimeter(geography,boolean)
 FUNCTION st_perimeter(geometry)
 FUNCTION st_pixelaspolygon(raster,integer,integer)
 FUNCTION st_pixelaspolygon(raster,integer,integer,integer)
+FUNCTION st_pixelaspolygons(raster)
 FUNCTION st_pixelaspolygons(raster,integer)
 FUNCTION st_pixelheight(raster)
 FUNCTION st_pixelwidth(raster)
@@ -2568,6 +2619,8 @@ FUNCTION _st_quantile(text,text,integer,boolean,double precision,double precisio
 FUNCTION st_quantile(text,text,integer,double precision)
 FUNCTION st_quantile(text,text,integer,double precision[])
 FUNCTION st_range4ma(double precision[],text,text[])
+FUNCTION _st_raster2worldcoord(raster,integer,integer)
+FUNCTION st_raster2worldcoord(raster,integer,integer)
 FUNCTION st_raster2worldcoordx(raster,integer)
 FUNCTION st_raster2worldcoordx(raster,integer,integer)
 FUNCTION st_raster2worldcoordy(raster,integer)
@@ -2646,6 +2699,8 @@ FUNCTION st_skewx(raster)
 FUNCTION st_skewy(raster)
 FUNCTION _st_slope4ma(double precision[],text,text[])
 FUNCTION st_slope(raster,integer,text)
+FUNCTION st_slope(raster,integer,text,boolean)
+FUNCTION st_slope(raster,integer,text,text,double precision,boolean)
 FUNCTION st_snap(geometry,geometry,double precision)
 FUNCTION st_snaptogrid(geometry,double precision)
 FUNCTION st_snaptogrid(geometry,double precision,double precision)
@@ -2675,8 +2730,18 @@ FUNCTION st_symmetricdifference(geometry,geometry)
 FUNCTION st_testraster(double precision,double precision,double precision)
 FUNCTION st_text(boolean)
 FUNCTION st_text(geometry)
+FUNCTION st_tile(raster,integer,integer)
+FUNCTION _st_tile(raster,integer,integer,integer[])
+FUNCTION st_tile(raster,integer,integer,integer)
+FUNCTION st_tile(raster,integer,integer,integer[])
+FUNCTION st_tile(raster,integer[],integer,integer)
 FUNCTION _st_touches(geometry,geometry)
 FUNCTION st_touches(geometry,geometry)
+FUNCTION _st_touches(geometry,raster,integer)
+FUNCTION st_touches(geometry,raster,integer)
+FUNCTION _st_touches(raster,geometry,integer)
+FUNCTION st_touches(raster,geometry,integer)
+FUNCTION st_touches(raster,integer,geometry)
 FUNCTION st_transform(geometry,integer)
 FUNCTION st_transform(raster,integer,double precision,double precision,text,double precision)
 FUNCTION st_transform(raster,integer,double precision,text,double precision)
@@ -2718,8 +2783,10 @@ FUNCTION st_valuepercent(text,text,integer,double precision,double precision)
 FUNCTION st_valuepercent(text,text,integer,double precision[],double precision)
 FUNCTION st_value(raster,geometry)
 FUNCTION st_value(raster,geometry,boolean)
+FUNCTION st_value(raster,geometry,double precision)
 FUNCTION st_value(raster,integer,geometry)
 FUNCTION st_value(raster,integer,geometry,boolean)
+FUNCTION st_value(raster,integer,geometry,double precision)
 FUNCTION st_value(raster,integer,integer)
 FUNCTION st_value(raster,integer,integer,boolean)
 FUNCTION st_value(raster,integer,integer,integer)
@@ -2730,6 +2797,9 @@ FUNCTION _st_within(geometry,geometry)
 FUNCTION st_within(geometry,geometry)
 FUNCTION st_wkbtosql(bytea)
 FUNCTION st_wkttosql(text)
+FUNCTION _st_world2rastercoord(raster,double precision,double precision)
+FUNCTION st_world2rastercoord(raster,double precision,double precision)
+FUNCTION st_world2rastercoord(raster,geometry)
 FUNCTION st_world2rastercoordx(raster,double precision)
 FUNCTION st_world2rastercoordx(raster,double precision,double precision)
 FUNCTION st_world2rastercoordx(raster,geometry)