사용자 도구

사이트 도구


postgresql:configuration

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
postgresql:configuration [2021/05/14 13:20] – 만듦 taekgupostgresql:configuration [2025/04/15 10:05] (현재) – 바깥 편집 127.0.0.1
줄 1: 줄 1:
 ====== PostgresSQL 설정하기 ====== ====== PostgresSQL 설정하기 ======
 +===== pg_hba.conf =====
 +  * [[postgresql:configuration:pg_hba|Client Authentication]]
 +  * /etc/postgresql/14/..pg_hba.con에서 설정-linux Service
 +===== postgresql.conf =====
 +==== port 설정 ====
 +
 +<code>
 +port = 5432                            # (change requires restart)
 +</code>
 +
 +==== log 설정 ====
 +
   * [[postgresql:configuration:log|Log설정]]   * [[postgresql:configuration:log|Log설정]]
 +
 +==== Version ====
 +  select version();
 +  show server_version;
 +  
 +===== Linux PostgreSQL =====
 +이종버전을 지원하는 설정디렉토리
 +설정위치 : /etc/postgresql/VER/main/
 +
postgresql/configuration.1620998408.txt.gz · 마지막으로 수정됨: 2025/04/15 10:05 (바깥 편집)