操作説明書‎ > ‎

PostGIS on Ubuntu 10.04 LTS Server Edition 32bit


$ sudo aptitude install postgresql-8.4-postgis

$ sudo su - postgres
$ createdb template_postgis
$ createlang plpgsql template_postgis
$ psql -d template_postgis -f /usr/share/postgresql/8.4/contrib/postgis.sql
$ psql -d template_postgis -f /usr/share/postgresql/8.4/contrib/spatial_ref_sys.sql


※PostgreSQL 8.4.4、PostGIS 1.4.0がインストールされた。

Comments