postgis/utils
2005-11-01 10:22:29 +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 Changed major-minor version numbers extraction to be compatible with postgresql 7.2.1 (relies on the fact that this information will always be in the first 4 characters - single digit per version) 2005-11-01 10:22:29 +00:00
postgis_restore.pl Checked for PSQL run success 2005-08-04 16:29:39 +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.