exclude logs of one database from log
exclude logs of one database from log
От:
Witold Gołąb <w.golab@gtn.pl>
Дата:
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 <tgl@sss.pgh.pa.us>
Дата:
=?iso-8859-2?Q?Witold_Go=B3=B1b?= 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