Re: CONTEXT messages for raise EXCEPTION - Mailing list pgsql-admin

From Tom Lane
Subject Re: CONTEXT messages for raise EXCEPTION
Date
Msg-id 22805.1202933881@sss.pgh.pa.us
Whole thread Raw
In response to Re: CONTEXT messages for raise EXCEPTION  ("Michael Shapiro" <mshapiro51@gmail.com>)
List pgsql-admin
"Michael Shapiro" <mshapiro51@gmail.com> writes:
> The $dbh->{errorlevel} is set to 1 (default), which implies the extra
> verbosity is some setting in the server, right?
> The server log_error_verbosity is set to terse, so the server shouldn't add
> the CONTEXT.

log_error_verbosity just controls what goes into the server log.

The amount of detail shown on the client side is entirely determined by
client-side logic.  If DBD::Pg hasn't got a knob that lets you suppress
the CONTEXT field, you'll need to take that up with the DBD::Pg authors.

            regards, tom lane

pgsql-admin by date:

Previous
From: Carol Walter
Date:
Subject: Re: How much space do database objects take up in data files
Next
From: Jeff Frost
Date:
Subject: Re: How much space do database objects take up in data files