2
Database Postgres abilitato spazialmente
Sto cercando di creare un database PostGIS abilitato spazialmente. Sto seguendo la documentazione di PostGIS, http://postgis.net/docs/manual-1.5/ch02.html#id2648455 . Nella versione breve, ho eseguito, createdb yourdatabase createlang plpgsql yourdatabase Ma non ho eseguito gli ultimi tre comandi, psql -d yourdatabase -f postgis.sql psql -d yourdatabase -f postgis_comments.sql psql -d yourdatabase -f spatial_ref_sys.sql …