Thread: exclude logs of one database from log

exclude logs of one database from log

From
Witold Gołąb
Date:
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

From
Tom Lane
Date:
=?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