Filter logging by table

From: "Yves Lavoie, GaYLi" <ylavoie(at)yveslavoie(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Filter logging by table
Date: 2016-11-22 18:19:16
Message-ID: 2df8ed1b-46e4-8ec3-1a3f-3740b286d0c0@yveslavoie.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi PG Gurus,

I need to filter out logging for some tables. We have an application
which often query for a settings table and for pg_proc. This pollutes
postgresql.log with numerous useless queries and we are looking for a
way to skip logging entirely for those. Any suggestion?

Thanks,

Yves Lavoie

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Marc Fromm 2016-11-24 02:00:03 restore a pg_dumpall only breaks
Previous Message Kevin Grittner 2016-11-22 14:11:33 Re: Difference between child_life_time and connection_life_time in pgPool