Re: CONTEXT messages for raise EXCEPTION
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: "Michael Shapiro" <mshapiro51(at)gmail(dot)com>
- Cc: "Michael Fuhr" <mike(at)fuhr(dot)org>, pgsql-admin(at)postgresql(dot)org
- Subject: Re: CONTEXT messages for raise EXCEPTION
- Date: Wed, 13 Feb 2008 15:18:01 -0500
- Message-id: <22805.1202933881@sss.pgh.pa.us> <text/plain>
"Michael Shapiro" <mshapiro51(at)gmail(dot)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
Home |
Main Index |
Thread Index