postgis/utils
Paul Ramsey 3ddf5e2d54 Change error message to be more relevant
git-svn-id: http://svn.osgeo.org/postgis/trunk@4268 b70326c6-7e19-0410-871a-916f4a2858ee
2009-07-08 00:20:48 +00:00
..
create_undef.pl Fixed bug reported by klaus F�rster 2005-07-13 14:26:47 +00:00
Makefile Initial implementation of postgis procedures upgrade script 2005-06-06 16:49:41 +00:00
new_postgis_restore.pl New restore script, much simpler, takes -Fc dump and writes back ASCII on stdout 2009-02-10 20:06:00 +00:00
postgis_proc_upgrade.pl Change error message to be more relevant 2009-07-08 00:20:48 +00:00
postgis_restore.pl Update the hard upgrade script to handle 1.4 transition. (#144) 2009-06-09 23:54:15 +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.