Am 21.10.10 20:56, schrieb Jan Tappenbeck:
ich suche jetzt noch die spatial_ref_sys.sql und lwpostgis.sql - dateinen.
kann mir einer weiterhelfen ?
Vielleicht hilft dir dieses:
http://trac.osgeo.org/postgis/wiki/UsersWikiPostgisOnUbuntu?version=8
2b. If you installed from source:
Pre postgresql 8.4 versions:
$ psql -d mytestdb -f
/usr/share/postgresql/8.0/contrib/postgis-1.1.1/lwpostgis.sql
$ psql -d mytestdb -f
/usr/share/postgresql/8.0/contrib/postgis-1.1.1/spatial_ref_sys.sql
In postgresql 8.4 lwpostgis.sql was moved and renamed, but
spatial_ref_sys.sql remains the same though, so:
$ psql -d mytestdb -f
/usr/share/postgresql/8.4/contrib/postgis-1.5.1/postgis/postgis.sql
$ psql -d mytestdb -f
/usr/share/postgresql/8.4/contrib/postgis-1.5.1/spatial_ref_sys.sql
Gruß,
André Joost
_______________________________________________
Talk-de mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/talk-de