﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
16652	location of postgis.sql & spatial_ref_sys.sql need to be corrected.	Eric Jarvies	nobody	"Currently the PostGIS instructions indicate the user should do this:
{{{
$ psql -d template_postgis -f $POSTGIS_SQL_PATH/postgis.sql
$ psql -d template_postgis -f $POSTGIS_SQL_PATH/spatial_ref_sys.sql
}}}
it errors with this:
{{{
/usr/share/postgresql/8.4/contrib/postgis-1.5.2/postgis.sql: No such file or directory
}}}

The reason for the directory not being found, is because the postgis.sql & spatial_ref_sys.sql files are located in a 1.5 folder instead of a 1.5.2 folder:
{{{
/usr/share/postgresql/8.4/contrib/postgis-1.5/
}}}
Eric Jarvies

"	Cleanup/optimization	closed	Documentation	1.3	Normal	needsinfo			Unreviewed	0	0	0	0	0	0
