Re: exclude logs of one database from log

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Witold Gołąb <w(dot)golab(at)gtn(dot)pl>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: exclude logs of one database from log
Date: 2007-08-10 16:12:49
Message-ID: 3741.1186762369@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

=?iso-8859-2?Q?Witold_Go=B3=B1b?= <w(dot)golab(at)gtn(dot)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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Mark Steben 2007-08-10 17:37:07 Mass updates on a large table
Previous Message Joshua D. Drake 2007-08-10 15:29:49 Re: Easy way to change table schema?