====== PostgresSQL 설정하기 ====== ===== pg_hba.conf ===== * [[postgresql:configuration:pg_hba|Client Authentication]] * /etc/postgresql/14/..pg_hba.con에서 설정-linux Service ===== postgresql.conf ===== ==== port 설정 ==== port = 5432 # (change requires restart) ==== log 설정 ==== * [[postgresql:configuration:log|Log설정]] ==== Version ==== select version(); show server_version; ===== Linux PostgreSQL ===== 이종버전을 지원하는 설정디렉토리 설정위치 : /etc/postgresql/VER/main/