From: Sandro Santilli Date: Fri, 29 Jul 2005 08:31:39 +0000 (+0000) Subject: Added postgis_proc_upgrade.pl description X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca200f5704978b7ee7af152fafec122f4ed90d75;p=postgis Added postgis_proc_upgrade.pl description git-svn-id: http://svn.osgeo.org/postgis/branches/pgis_1_0@1840 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/utils/README b/utils/README index 2f9f6934d..255db0032 100644 --- a/utils/README +++ b/utils/README @@ -5,5 +5,10 @@ postgis_restore.pl restore a spatial database dump to a (possibly updated) new spatial database. +postgis_proc_upgrade.pl + Create a postgis procedures upgrade script. Will warn + if operations is not cleanly possible due to nature + of changes in postgis procedures. + profile_intersects.pl compares distance()=0 and intersects() timings.