Re: exclude logs of one database from log - Mailing list pgsql-admin

From Tom Lane
Subject Re: exclude logs of one database from log
Date
Msg-id 3741.1186762369@sss.pgh.pa.us
Whole thread Raw
In response to exclude logs of one database from log  (Witold Gołąb <w.golab@gtn.pl>)
List pgsql-admin
=?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

pgsql-admin by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Easy way to change table schema?
Next
From: "Mark Steben"
Date:
Subject: Mass updates on a large table