[Talk-de] Hilfe bei Postgres Installation für Osmosis

Thomas Ineichen osm.mailinglist at t-i.ch
So Jan 23 17:22:50 UTC 2011


Hallo Alex,

> psql:script/pgsql_simple_schema_0.6.sql:40: FEHLER:
> AddGeometryColumns() - invalid SRID
> KONTEXT:  SQL statement "SELECT AddGeometryColumn('','', $1 , $2 , $3 ,
> $4 , $5 )"
> PL/pgSQL-Funktion »addgeometrycolumn« Zeile 4 bei SQL-Anweisung

Ich habe heute Nachmittag ebenfalls mit Osmosis herumgespielt und  
wollte das Wiki eigentlich heute Abend verbessern:

Du benötigst noch die spatial_ref_sys.sql, ebenfalls im  
contrib-Verzeichnis von PostgreSQL:

psql -d test -f /usr/share/postgresql/8.4/contrib/postgis.sql
psql -d test -f /usr/share/postgresql/8.4/contrib/spatial_ref_sys.sql
psql -d test -f /usr/share/postgresql/8.4/contrib/hstore.sql
psql -d test -f script/pgsql_simple_schema_0.6.sql


Gruss,
Thomas




Mehr Informationen über die Mailingliste Talk-de