Re: Suppressing duplicate key error messages in postgres log?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Larry Lennhoff <llennhoff-postgres(at)pexicom(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Suppressing duplicate key error messages in postgres log?
Date: 2004-10-17 03:59:33
Message-ID: 4602.1097985573@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Larry Lennhoff <llennhoff-postgres(at)pexicom(dot)com> writes:
> Is there any way to suppress this message so that it won't appear in the
> log? I looked at the documentation and log_min_error_statement looked
> promising. I set it to panic, but the messages continue. What am I doing
> wrong?

Did you remember to SIGHUP the postmaster after editing postgresql.conf?

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Larry Lennhoff 2004-10-17 11:22:16 Re: Suppressing duplicate key error messages in
Previous Message Larry Lennhoff 2004-10-17 01:35:35 Suppressing duplicate key error messages in postgres log?