postgis/utils
2012-02-27 20:58:36 +00:00
..
create_undef.pl Add support for dropping DOMAINs in create_undef.pl (#1407) 2011-12-24 11:21:50 +00:00
Makefile.in Move SRID max and user-max definitions to configure.ac 2012-02-13 14:48:17 +00:00
postgis_proc_upgrade.pl Add rules on geometry_columns view to tolerate insert/update/delete 2012-01-10 18:12:27 +00:00
postgis_restore.pl.in Allow retaining all custom spatial_ref_sys entries, even clashing 2012-02-13 18:06:53 +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 Set appropriate mime types and text file types on all files. (#1605) 2012-02-27 20:58:36 +00:00
README Initial implementation of postgis procedures upgrade script 2005-06-06 16:49:41 +00:00
svn_repo_revision.pl Quote out the svn and git commands for windoze 2012-02-24 23:58:16 +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
uninstall_script Additional work to remove DROP FUNCTION statements depending upon prior DROP TYPE ... CASCADE statements that generate ERRORs 2011-12-24 02:51:02 +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.