Re: Using \errverbose through JDBC

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Using \errverbose through JDBC
Date: 2017-02-01 13:41:33
Message-ID: CADK3HHJArXXpmsqPfWa2vHX9796DnvBorJZY0GyK5Edvi3vCOw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Thomas,

This just changes the verbosity of logging, I would think you could do

set log_error_verbosity and it should (may) just work

Dave Cramer

davec(at)postgresintl(dot)com
www.postgresintl.com

On 1 February 2017 at 08:39, Dave Cramer <pg(at)fastcrypt(dot)com> wrote:

> Interesting are there any more details about where we would hook into this
> ?
>
> Dave Cramer
>
> davec(at)postgresintl(dot)com
> www.postgresintl.com
>
> On 1 February 2017 at 08:18, Thomas Kellerer <spam_eater(at)gmx(dot)net> wrote:
>
>> Hello,
>>
>> Postgres 9.6 introduced a new feature in libpq to get more detailed
>> information about an error message.
>>
>> This can currently only be used in psql using the \errverbose command or
>> by changing the VERBOSITY variable.
>>
>> I wonder if this is also available through JDBC somehow?
>>
>> Regards
>> Thomas
>>
>>
>>
>> --
>> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-jdbc
>>
>
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jorge Solórzano 2017-02-01 15:11:16 Re: Using \errverbose through JDBC
Previous Message Dave Cramer 2017-02-01 13:39:22 Re: Using \errverbose through JDBC