タイプ: | bool |
デフォルト: | off |
コンテキスト: | superuser-backend |
再起動: | false |
これにより、クライアント認証の成功終了などのサーバへの接続試行がログに残ります。スーパーユーザだけがセッション開始時にこのパラメータを変更でき、セッションが開始された後は変更できません。デフォルトはoff
です。
psqlなどクライアントプログラムは、パスワードが要求されているかどうか確認するまで2回接続を試みるので、二重のconnection receivedメッセージは必ずしも問題を示すものではありません。
推奨事項 [EN]
Useful for performance analysis.
On StackOverflow
On pgsql-hackers
- Logging of matching pg_hba.conf entry during auth skips trust auth, potential security issue
- Re: [PATCH] Teach pg_waldump to extract FPIs from the WAL
- Re: windows CI failing PMSignalState->PMChildFlags[slot] == PM_CHILD_ASSIGNED
- Re: Patch proposal: make use of regular expressions for the username in pg_hba.conf
- Re: Introduce "log_connection_stages" setting.