Re: information_schema._pg_keypositions() in 8.1???

From: Kris Jurka <books(at)ejurka(dot)com>
To: Jason Long <jason(at)supernovasoftware(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: information_schema._pg_keypositions() in 8.1???
Date: 2005-12-01 20:36:45
Message-ID: Pine.BSO.4.61.0512011535550.18909@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 1 Dec 2005, Jason Long wrote:

> I cannot get automatic schema update to work in 8.1 with hibernate 3.0.5. I
> get the following error every time.
>
> java.sql.SQLException: ERROR: function information_schema._pg_keypositions()
> does not exist
>

This is actually a sign that you are using an 8.0 jdbc driver against an
8.1 server. You need the 8.1 driver.

Kris Jurka

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-12-01 20:37:09 Re: 8.1, OID's and plpgsql
Previous Message Martijn van Oosterhout 2005-12-01 20:33:48 Re: fatal error in pg.log