- 조건 : ArcGIS Desktop 10.8.0 + PostgreSQL 11.x + PostGIS 3.0 - 기반 : Windows 10 * ArcGIS 버전에 대한 System Requirement를 숙지하여 각 단위 S/W에 맞는 버전 설치 > 설치 1. S/W 설치 - PostgreSQL + PostGIS 설치 2. 연결설정 - 방화벽 규칙에서 PostgreSQL Port(기본 = 5432) 허용 - PostgreSQL 설치폴더\data\pg_hba.conf 편집 : '# IPv4 local connections:' 항목에 'host all all 0.0.0.0/0 md5' 추가 : pgAdmin에서 PostgreSQL 11에서 'Reload configuration' - 외부 Client PC..