Re: Query available indexes via jdbc meta data does not work any more in PostgreSQL 9.6.0

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tillmann Schulz <tillmann73(at)yahoo(dot)de>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Query available indexes via jdbc meta data does not work any more in PostgreSQL 9.6.0
Date: 2016-10-10 14:47:11
Message-ID: 32157.1476110831@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-jdbc

Tillmann Schulz <tillmann73(at)yahoo(dot)de> writes:
> We are using Postgres 9.5 and want to migrate to 9.6.0.
> Unfortuantelly our application works with 9.5 but doesn't work with 9.6. It fails while querying index informations via jdbc meta data.

> The error message is:
> Caused by: org.postgresql.util.PSQLException: ERROR: Column am.amcanorder doesnt exist

You need a version of the JDBC driver that's 9.6 compatible. I think
there's been such a release but am not sure about the number.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2016-10-10 15:40:29 Re: Sudden FTS-related error from parallel worker in 9.6
Previous Message Tom Lane 2016-10-10 14:44:04 Re: memory leak in libpq , definitely lost: 200 bytes in 1 blocks, indirectly lost: 2,048 bytes in 1 blocks ...

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2016-10-10 16:35:54 Re: [BUGS] Query available indexes via jdbc meta data does not work any more in PostgreSQL 9.6.0
Previous Message Tillmann Schulz 2016-10-10 13:46:14 Query available indexes via jdbc meta data does not work any more in PostgreSQL 9.6.0