Re: Posgresql 9.6.1 Bug

From: Mark Kirkwood <mark(dot)kirkwood(at)catalyst(dot)net(dot)nz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Maphumulo, Ncebo" <nmaphumulo(at)fnb(dot)co(dot)za>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>, DL - FNB Loans Infrastructure <DLFNBLoansInfrastructure(at)services(dot)firstrand(dot)net>
Subject: Re: Posgresql 9.6.1 Bug
Date: 2017-02-20 20:41:59
Message-ID: b6766f26-e6ca-536f-3067-286394f6c533@catalyst.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 21/02/17 04:44, Tom Lane wrote:

> "Maphumulo, Ncebo" <nmaphumulo(at)fnb(dot)co(dot)za> writes:
>> We are getting the following when starting up JBoss with Postgres 9.6.1:
>> "ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (ServerService Thread Pool -- 62) ERROR: column am.amcanorder does not exist"
> That is not a Postgres bug. It indicates that something on the client
> side has not been updated for the system catalog changes that were made
> in PG 9.6. You probably need to talk to the JBoss folk about whether
> they support 9.6 yet.
>
>

Probably need a later jdbc driver jar at least (looking at the postgres
jdbc web site it is not immediately obvious what version you need for
9.6 support, grovelling through the release notes suggests from 9.4.1209
upto latest version 42 should do it).

regards

Mark

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message sujitm 2017-02-21 06:50:07 BUG #14559: Error message of too many clients.
Previous Message Tom Lane 2017-02-20 15:44:40 Re: Posgresql 9.6.1 Bug