Обсуждение: Logfile

Поиск
Список
Период
Сортировка

Logfile

От
Eduardo Sá dos Reis
Дата:
I have several databases installed on my Postgre 8.4.2.
I set the postgresql.conf so that all connections are logged in the log file.
Now I need to create another database but do not want the connections in this new database to be recorded in the Log Files. Can anyone help me?
 
Eduardo

Re: Logfile

От
"Kevin Grittner"
Дата:
Eduardo Sá dos Reis<eduardoreis@pjf.mg.gov.br> wrote:

> I have several databases installed on my Postgre 8.4.2.
> I set the postgresql.conf so that all connections are logged in
> the log file.
> Now I need to create another database but do not want the
> connections in this new database to be recorded in the Log Files.
> Can anyone help me?

You might need to put the new database is a separate cluster -- both
the documentation and some quick testing suggest that the setting
can not be set at the database level.

-Kevin