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