postgreSQL Data 디렉토리의 pg_hba.conf 파일의 "# IPv4 local connections" 내용을수정한다
ex) d:\PostgreSQL\14\data\pg_hba.conf
# IPv4 local connections
# IP 대역 허용 ( 192.168.219.x)
host all all 192.168.219.0/24 scram-sha-256
# 특정 IP 허용
host all all 123.124.125.126/32 scram-sha-256