postgis/utils
Sandro Santilli 01a7e6bcc5 * utils/postgis_restore.pl (canonicalize_typename):
canonicalize 'timezone .* time stamp' to 'timezone'
          (fixes bug #121)


git-svn-id: http://svn.osgeo.org/postgis/trunk@2530 b70326c6-7e19-0410-871a-916f4a2858ee
2006-11-20 12:59:55 +00:00
..
create_undef.pl Fixed bug reported by klaus F�rster 2005-07-13 14:26:47 +00:00
Makefile Initial implementation of postgis procedures upgrade script 2005-06-06 16:49:41 +00:00
postgis_proc_upgrade.pl Fixed version checker to only use Major to compare 2005-12-16 08:33:04 +00:00
postgis_restore.pl * utils/postgis_restore.pl (canonicalize_typename): 2006-11-20 12:59:55 +00:00
profile_intersects.pl Added USE_GIST variable on top of file. Changed true values report 2004-09-27 08:23:45 +00:00
README Initial implementation of postgis procedures upgrade script 2005-06-06 16:49:41 +00:00
test_estimation.pl Fixed to work against LWGEOM installations 2005-04-18 13:30:25 +00:00
test_joinestimation.pl Fixed bug in table2 schema parsing. 2005-04-18 13:50:14 +00:00

test_estimation.pl
	test selectivity estimator for the && (overlap) operator

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.