postgis/utils
Nicklas Avén 517bd984db Renaming of 3D functions, #817
git-svn-id: http://svn.osgeo.org/postgis/trunk@6974 b70326c6-7e19-0410-871a-916f4a2858ee
2011-03-27 17:50:58 +00:00
..
create_undef.pl Make proper #! calls to perl in perl scripts 2010-01-20 20:17:09 +00:00
Makefile Add 'distclean' to the SUBDIRS target 2010-12-16 16:28:28 +00:00
new_postgis_restore.pl Renaming of 3D functions, #817 2011-03-27 17:50:58 +00:00
postgis_proc_upgrade.pl Include 'geography_columns' defn when upgrading from <= 1.4 (#414) 2010-03-09 00:31:26 +00:00
postgis_restore.pl Execute bit 2010-12-01 13:57:46 +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
read_scripts_version.pl Make POSTGIS_SCRIPTS_VERSION reflect the maximum SVN version of the SQL input files. (#242) 2009-11-16 19:52:58 +00:00
README Initial implementation of postgis procedures upgrade script 2005-06-06 16:49:41 +00:00
test_estimation.pl Fix test_estimation.pl script so it doesn't require oids - no-one uses these in the 21st century... 2009-10-15 17:44:48 +00:00
test_geography_estimation.pl Add (slightly hacked) version of geography selectivity test script to the repo. 2009-10-15 17:45:36 +00:00
test_geography_joinestimation.pl Commit a first-hack attempt at a script to test the geography join estimation code. 2009-10-16 16:31:52 +00:00
test_joinestimation.pl Change "Mixed Geometry Types" message into a warning rather than an error in the existing join estimation test script. 2009-10-16 16:23:50 +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.