event_source
| 버전 | 기본값 | context | 타입 |
|---|---|---|---|
| 14 | PostgreSQL | postmaster (재시작) | string |
| 15 | PostgreSQL | postmaster (재시작) | string |
| 16 | PostgreSQL | postmaster (재시작) | string |
| 17 | PostgreSQL | postmaster (재시작) | string |
| 18 | PostgreSQL | postmaster (재시작) | string |
| 19 | PostgreSQL | postmaster (재시작) | string |
Windows event log에 기록할 때 PostgreSQL 메시지를 식별할 프로그램 이름을 정한다.
log_destination에 eventlog가 포함되어 있을 때만 의미가 있는 Windows 전용 파라미터다. 기본값은 PostgreSQL이며, 서버 시작 시에만 설정할 수 있다. 한 서버에서 여러 PostgreSQL 인스턴스가 event log를 함께 쓴다면 인스턴스마다 다른 이름을 지정해 메시지 출처를 구분할 수 있다.
출처: PostgreSQL 18 문서