forked from postgis/postgis
Sandro Santilli
6809237109
Closes #4782 |
||
---|---|---|
.. | ||
Makefile.in | ||
README | ||
check_all_upgrades.sh | ||
check_cluster_upgrade.sh | ||
check_news.sh | ||
check_tests_enabled.sh | ||
create_extension_unpackage.pl | ||
create_spatial_ref_sys_config_dump.pl | ||
create_undef.pl | ||
create_unpackaged.pl | ||
postgis_proc_upgrade.pl | ||
postgis_restore.pl.in | ||
profile_intersects.pl | ||
read_scripts_version.pl | ||
repo_revision.pl | ||
test_estimation.pl | ||
test_geography_estimation.pl | ||
test_geography_joinestimation.pl | ||
test_joinestimation.pl | ||
uninstall_script |
README
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.