Re: Using \errverbose through JDBC - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Using \errverbose through JDBC
Date
Msg-id CADK3HHJArXXpmsqPfWa2vHX9796DnvBorJZY0GyK5Edvi3vCOw@mail.gmail.com
Whole thread Raw
In response to Re: [JDBC] Using \errverbose through JDBC  (Dave Cramer <pg@fastcrypt.com>)
List 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


On 1 February 2017 at 08:39, Dave Cramer <pg@fastcrypt.com> wrote:
Interesting are there any more details about where we would hook into this ?


On 1 February 2017 at 08:18, Thomas Kellerer <spam_eater@gmx.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@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-jdbc


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: [JDBC] Using \errverbose through JDBC
Next
From: Jorge Solórzano
Date:
Subject: Re: [JDBC] Using \errverbose through JDBC