log_connections and log_disconnections

Started by Fujii Masaoalmost 15 years ago2 messagesdocs
Jump to latest
#1Fujii Masao
masao.fujii@gmail.com

Hi,

The GucContext of log_connections and log_disconnections is PGC_BACKEND.
So, in the document, we should use the following expressions

This parameter cannot be changed after session start.

instead of

This parameter can only be set in the postgresql.conf file or
on the server command line.

for them? The former is used also for other PGC_BACKEND
parameters (e.g., post_auth_delay). I attached the patch.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Attachments:

guc_context_doc_v1.patchtext/x-patch; charset=US-ASCII; name=guc_context_doc_v1.patchDownload+7-7
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Fujii Masao (#1)
Re: log_connections and log_disconnections

On fre, 2011-05-27 at 20:51 +0900, Fujii Masao wrote:

Hi,

The GucContext of log_connections and log_disconnections is PGC_BACKEND.
So, in the document, we should use the following expressions

This parameter cannot be changed after session start.

instead of

This parameter can only be set in the postgresql.conf file or
on the server command line.

for them? The former is used also for other PGC_BACKEND
parameters (e.g., post_auth_delay). I attached the patch.

Committed.