Re: Suppressing duplicate key error messages in

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

Larry Lennhoff <llennhoff(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?

[ slightly more awake now ... ] Actually, PANIC is already the default
value of log_min_error_statement. I think what you want is
log_min_messages.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Christian Fowler 2004-10-17 21:25:03 Re: set AUTOCOMMIT OFF in psqlrc not having affect
Previous Message Bruce Momjian 2004-10-17 21:07:39 Re: set AUTOCOMMIT OFF in psqlrc not having affect