~$ sudo apt install postgis postgresql-postgis postgresql-postgis-scripts
pgAdmin4 접속
데이터베이스 우클릭 -> Query Tool
create extension postgis;
postgis가 추가되었는지 Extensions 확인
Schemas -> public -> Functions 확인
사용할 수 있는 함수에 공간 쿼리 함수가 추가된 것을 확인할 수 있다.