Re: Postgres 8.0 upgrade to 9.0

From: Hannes Erven <hannes(at)erven(dot)at>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres 8.0 upgrade to 9.0
Date: 2011-08-01 19:06:27
Message-ID: 4E36F933.9000004@erven.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Atul,

> 2) Do I need to upgrade JDBC driver when I upgrade to postgres9.0.

Yes, at least if you use BLOB types. The 9.0 server sends them in a
format former JDBC drivers cannot understand:
http://www.postgresql.org/docs/9.0/static/runtime-config-client.html#GUC-BYTEA-OUTPUT

Other than that I did not experience issues, but the application I
support was upgraded from only 8.3 to 9.0 (and is running now on 9.0 for
many months flawlessly).

Best regards,

-hannes

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Johnston 2011-08-01 19:11:27 Re: Postgres 8.3 Function returning a row with different number of colums
Previous Message Gianpiero Venditti 2011-08-01 18:51:03 Postgres 8.3 Function returning a row with different number of colums