log_min_error_statement and parameters value - Mailing list pgsql-hackers

From JEAN-PIERRE PELLETIER
Subject log_min_error_statement and parameters value
Date
Msg-id BAY133-F177895C5826403BF34DC3195CE0@phx.gbl
Whole thread Raw
Responses Re: log_min_error_statement and parameters value
List pgsql-hackers
Hi,

In PostgreSQL 8.2, log_statement display actual parameters value which is 
very neat as in
DETAIL:  parameters: $1 = '1', $2 = NULL

Currently I used log_statement='all' to display all statements and their 
parameters but
that produced a lot of output and I am really only interested in the 
statements displayed with log_min_error_statement.

Is it possible to set log_min_error_statement to display the parameters 
value?

Thanks,
Jean-Pierre Pelletier
e-djuster




pgsql-hackers by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: Interface for pg_autovacuum
Next
From: Tom Lane
Date:
Subject: Re: log_min_error_statement and parameters value