Using \errverbose through JDBC

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Using \errverbose through JDBC
Date: 2017-02-01 13:18:09
Message-ID: o6sn6c$280$1@blaine.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vladimir Sitnikov 2017-02-01 13:28:45 Re: Using \errverbose through JDBC
Previous Message Dave Cramer 2017-01-31 15:47:10 Re: Please consider adding a getOpenCursors() or some such from the jdbc connection