JDBC driver and Postgres 9.6beta

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: JDBC driver and Postgres 9.6beta
Date: 2016-05-14 11:42:25
Message-ID: nh72v6$582$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

while testing Postgres 9.6beta1 with the current JDBC driver I noticed that the driver fails to retrieve the indexes for a table because the catalog table pg_am has changed in 9.6

The error message is:

ERROR: column am.amcanorder does not exist

Regards
Thomas

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vladimir Sitnikov 2016-05-14 13:57:00 Re: JDBC driver and Postgres 9.6beta
Previous Message Eilon Reshef 2016-05-13 19:12:36 Re: ResultSetMetaData.getSchemaName always return an empty string