"Michael Shapiro" <mshapiro51@xxxxxxxxx> 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 ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend