log_connections and log_disconnections

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема log_connections and log_disconnections
Дата
Msg-id BANLkTik6RP9X0FUKREQhUCTND7_BCs1T_g@mail.gmail.com
обсуждение исходный текст
Ответы Re: log_connections and log_disconnections  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-docs
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

Вложения

В списке pgsql-docs по дате отправления:

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Improve warnings around CREATE INDEX CONCURRENTLY
Следующее
От: Josh Kupershmidt
Дата:
Сообщение: COMMENT page fixup