PostGIS 2 includes an extension for PostgreSQL that's used to enable spatial functionality: $ createdb <db name> $ psql <db name> > CREATE EXTENSION postgis;.
確定! 回上一頁