Re: encoding names - Mailing list pgsql-patches

From Tatsuo Ishii
Subject Re: encoding names
Date
Msg-id 20010818201425H.t-ishii@sra.co.jp
Whole thread Raw
In response to Re: encoding names  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: encoding names  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
> > > > This patch will break the JDBC driver.  The jdbc driver relies on the
> > > > value returned by getdatabaseencoding() to determine the server encoding
> > > > so that it can convert to unicode.
> > >
> > > Then the driver needs to be changed to accept the new encoding names as
> > > well.  (Or couldn't we convert it to Unicode in the server?)
> >
> > This will break the backward compatibility.
>
> How so?

Apparently 7.1 JDBC driver does not understand the value 7.2
getdatabaseencoding() returns.
--
Tatsuo Ishii

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: encoding names
Next
From: Liam Stewart
Date:
Subject: Re: DatabaseMetaData patch