"Ed L." <pgsql(at)bluepolka(dot)net> writes:
> In testing slony with pg 8.0 (from cvs), I see a number of these "CONTEXT"
> log statements showing up for what appear to be successfully executed
> saveplans. I see the CONTEXT statements are controlled by
> log_error_verbosity in postgresql.conf. I want these CONTEXT log
> statements for *errors*, but not for non-error statements. Is that
> possible?
What are these coming from exactly?
There was some discussion about suppressing CONTEXT reports for plpgsql
RAISE NOTICE (and other non-error RAISE levels), but nothing's actually
been done about it yet.
regards, tom lane