PostGIS : PostGIS Setting Script #!/bin/bash createdb tdb createlang plpgsql tdb psql -d tdb -f postgis.sql psql -d tdb -f /usr/share/postgresql/9.3/contrib/postgis-2.1/postgis.sql psql -d tdb -f /usr/share/postgresql/9.3/contrib/postgis-2.1/spatial_ref_sys.sql psql -d tdb -f /usr/share/postgresql/9.3/contrib/postgis-2.1/postgis_comments.sql tdb ===> Database Name위 스크립트는 그대로 test.sh 파일로 만들어서 사용하면 됩니다. 제가 사용하고 있는 postgresql 버전이 .. 더보기 이전 1 다음