Re: log_min_error_statement and parameters value

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "JEAN-PIERRE PELLETIER" <pelletier_32(at)sympatico(dot)ca>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: log_min_error_statement and parameters value
Date: 2006-12-21 15:22:41
Message-ID: 19392.1166714561@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"JEAN-PIERRE PELLETIER" <pelletier_32(at)sympatico(dot)ca> writes:
> Is it possible to set log_min_error_statement to display the parameters
> value?

No --- displaying the parameter values requires being able to run
user-defined output functions, which we can't do in an already-failed
transaction.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2006-12-21 15:27:12 Re: column ordering, was Re: [PATCHES] Enums patch v2
Previous Message JEAN-PIERRE PELLETIER 2006-12-21 15:10:07 log_min_error_statement and parameters value