문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판이전 판다음 판 | 이전 판 | ||
| postgresql:configuration [2021/10/01 14:20] – 바깥 편집 127.0.0.1 | postgresql:configuration [2025/04/15 10:05] (현재) – 바깥 편집 127.0.0.1 | ||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| + | ====== PostgresSQL 설정하기 ====== | ||
| + | ===== pg_hba.conf ===== | ||
| + | * [[postgresql: | ||
| + | * / | ||
| + | ===== postgresql.conf ===== | ||
| + | ==== port 설정 ==== | ||
| + | |||
| + | < | ||
| + | port = 5432 # (change requires restart) | ||
| + | </ | ||
| + | |||
| + | ==== log 설정 ==== | ||
| + | |||
| + | * [[postgresql: | ||
| + | |||
| + | ==== Version ==== | ||
| + | select version(); | ||
| + | show server_version; | ||
| + | | ||
| + | ===== Linux PostgreSQL ===== | ||
| + | 이종버전을 지원하는 설정디렉토리 | ||
| + | 설정위치 : / | ||