From bde285d05c05cd49894740268ba30e94e1dc5c9f Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 29 Mar 2005 16:33:20 +0000 Subject: [PATCH] Changed she-bang back the way it was (disabled) - didn't work like that! Added {x,y}{min,max}(box2d) to list of obsoleted funx. git-svn-id: http://svn.osgeo.org/postgis/trunk@1580 b70326c6-7e19-0410-871a-916f4a2858ee --- utils/postgis_restore.pl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/utils/postgis_restore.pl b/utils/postgis_restore.pl index 42b57d21a..0e034d416 100644 --- a/utils/postgis_restore.pl +++ b/utils/postgis_restore.pl @@ -1,4 +1,4 @@ -#!/bin/sh +#/bin/sh # # This script is aimed at restoring postgis data # from a dumpfile produced by pg_dump -Fc @@ -90,6 +90,10 @@ my %obsoleted_function = ( 'ggeometry_consistent', 1, 'create_histogram2d(box3d, integer)', 1, 'estimate_histogram2d(histogram2d, box)', 1, + 'xmin(box2d)', 1, + 'ymin(box2d)', 1, + 'xmax(box2d)', 1, + 'ymax(box2d)', 1, 'optimistic_overlap', 1, 'unite_finalfunc', 1 ); -- 2.50.1