good/DB
PostgresQL + PostGIS 설치
coodnoob
2010. 1. 16. 23:26
1. 포스트그레스큐엘은 ORDBMS의 일종이다.
psql(cui), pgAdmin(gui) 두가지 관리 툴을 갖는다.
여기서는 윈도우용

실행:
01
2. Application Stack Builder를 이용해 PostGIS를 설치한다.
create language plpgsql yourtestdatabase
psql -d yourtestdatabase -f postgis.sql
psql -d yourtestdatabase -f spatial_ref_sys.sql
psql -d yourtestdatabase -f postgis.sql
psql -d yourtestdatabase -f spatial_ref_sys.sql