View Single Post

   
  #2 (permalink)  
Old 04-12-2008, 07:07 AM
Tom Lane
 
Posts: n/a
Default Re: log_min_error_statement and parameters value

"JEAN-PIERRE PELLETIER" <pelletier_32@sympatico.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

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply With Quote