Re: Suppressing duplicate key error messages in postgres log? - Mailing list pgsql-admin

From Tom Lane
Subject Re: Suppressing duplicate key error messages in postgres log?
Date
Msg-id 4602.1097985573@sss.pgh.pa.us
Whole thread Raw
In response to Suppressing duplicate key error messages in postgres log?  (Larry Lennhoff <llennhoff-postgres@pexicom.com>)
Responses Re: Suppressing duplicate key error messages in  (Larry Lennhoff <llennhoff@pexicom.com>)
List pgsql-admin
Larry Lennhoff <llennhoff-postgres@pexicom.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

pgsql-admin by date:

Previous
From: Larry Lennhoff
Date:
Subject: Suppressing duplicate key error messages in postgres log?
Next
From: Christian Fowler
Date:
Subject: set AUTOCOMMIT OFF in psqlrc not having affect