Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group