$ 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がインストールされた。 |
操作説明書 >