postgis/utils
Sandro Santilli 2a532cf632 Added (commented) aggregates handling
git-svn-id: http://svn.osgeo.org/postgis/trunk@1759 b70326c6-7e19-0410-871a-916f4a2858ee
2005-06-10 16:27:19 +00:00
..
create_undef.pl Moved create_undef.pl from root to utils/ dir 2005-06-06 16:47:52 +00:00
Makefile Initial implementation of postgis procedures upgrade script 2005-06-06 16:49:41 +00:00
postgis_proc_upgrade.pl Added (commented) aggregates handling 2005-06-10 16:27:19 +00:00
postgis_restore.pl Applied 'strictness' patch by James Marca 2005-05-18 17:01:36 +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.