postgis/utils
Sandro Santilli 6809237109 Set postgis installation schema by default to the schema found in dump
Closes #4782
2021-09-02 13:54:11 +02:00
..
Makefile.in Drop "svn" from revision header and generating script 2019-10-29 09:09:04 +01:00
README Initial implementation of postgis procedures upgrade script 2005-06-06 16:49:41 +00:00
check_all_upgrades.sh Work around PG13 drop of `FROM unpackaged` syntax 2020-10-05 21:50:24 +02:00
check_cluster_upgrade.sh Check existence of init script, show upgrade dump log if any 2020-10-27 23:02:24 +01:00
check_news.sh Simplify timestamp extraction from NEWS 2019-12-27 14:40:02 +01:00
check_tests_enabled.sh First pass at tests that use real world data 2021-06-27 19:05:04 -04:00
create_extension_unpackage.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
create_spatial_ref_sys_config_dump.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
create_undef.pl Allows uninstalling when having functions returning table types. 2021-02-09 11:44:04 +01:00
create_unpackaged.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
postgis_proc_upgrade.pl Upgrade path patchfor address_standardizer_data_us 2021-08-21 01:53:53 -04:00
postgis_restore.pl.in Set postgis installation schema by default to the schema found in dump 2021-09-02 13:54:11 +02:00
profile_intersects.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
read_scripts_version.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
repo_revision.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
test_estimation.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
test_geography_estimation.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
test_geography_joinestimation.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
test_joinestimation.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
uninstall_script Standardize shebangs 2020-07-01 11:00:58 +02:00

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.