Обсуждение: exclude logs of one database from log

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

exclude logs of one database from log

От
Witold Gołąb
Дата:
Hello,
Is there posibility to exclude logs of one database from log file ?
How can I do that ?

Regards
Witek


Re: exclude logs of one database from log

От
Tom Lane
Дата:
=?iso-8859-2?Q?Witold_Go=B3=B1b?= <w.golab@gtn.pl> writes:
> Is there posibility to exclude logs of one database from log file ?
> How can I do that ?

You could probably get the effect you want by using ALTER DATABASE SET
to create a database-local setting of log_min_messages that is higher
than the one used elsewhere.

            regards, tom lane