Re: Connections on cluster not being logged

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: Connections on cluster not being logged
Дата
Msg-id 761f3607-88d4-5d1d-0c98-967109ecf5bb@aklaver.com
обсуждение исходный текст
Ответ на Connections on cluster not being logged  (Sandy Becker <sjb6925@gmail.com>)
Список pgsql-general
On 07/23/2018 08:14 AM, Sandy Becker wrote:
> I have postgresql 9.4 on a cluster, hardware based.  I need to be able 
> to see which users are connecting to which database and when to be in 
> compliance with our security policies.
> 
> I have set the following in the postgresql.conf and did a pg_ctl reload:
> 
>       log_connections = on
>       log_line_prefix = '%t [%p]:[%u]:[%h]-[%d] [%1-1]'
> 
> Unfortunately, it doesn't seem to be logging the connections.  This is 
> what I have used on our non-clustered instances and it's working as 
> expected.  Have I missed something relating to logging on a cluster?  
> The second node is strictly for automatice failover, so nothing is 
> actually running there at the moment.

Can you define what you mean by a cluster?


> 
> Thank you in advance for any suggestions.
> 
> Sandy


-- 
Adrian Klaver
adrian.klaver@aklaver.com


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Improving pg_dump performance
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Connections on cluster not being logged