PostgresQL + PostGIS 설치

good/DB 2010. 1. 16. 23:26 Posted by coodnoob
1. 포스트그레스큐엘은 ORDBMS의 일종이다.

   psql(cui), pgAdmin(gui) 두가지 관리 툴을 갖는다.

   포스트그레스큐엘을 운영체제에 맞게 다운 받는다. (http://www.postgresql.org/download/)

   여기서는 윈도우용 

  


 실행:
01

2. Application Stack Builder를 이용해 PostGIS를 설치한다.




create language plpgsql yourtestdatabase
psql -d yourtestdatabase -f postgis.sql 
psql -d yourtestdatabase -f spatial_ref_sys.sql