Re: propose: detail binding error log

From: Ioseph Kim <pgsql-kr(at)postgresql(dot)kr>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: propose: detail binding error log
Date: 2016-03-15 05:36:45
Message-ID: 1458020205.3935.38.camel@ioseph-centos
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

thanks for reply.

value of log_statement is already 'all'
I set log_min_messages = debug5, log_error_verbosity = verbose and
debug_print_parse = on too.
but I could not a value of client in server log.

this case is occured only at jdbc prepare statement and wrong type
binding.

reguards, Ioseph.


2016-03-14 (월), 23:06 -0400, Tom Lane:
> Ioseph Kim <pgsql-kr(at)postgresql(dot)kr> writes:
> > I want see that value of bind variable at a server log.
>
> That's available if you turn on log_statements, IIRC.
>
> regards, tom lane
>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2016-03-15 05:41:29 Re: Explain [Analyze] produces parallel scan for select Into table statements.
Previous Message Craig Ringer 2016-03-15 05:18:59 Re: [PATCH] Logical decoding support for sequence advances