Any incompatibility in pg_enc between 8.2 and 8.3? - Mailing list pgsql-hackers

From ITAGAKI Takahiro
Subject Any incompatibility in pg_enc between 8.2 and 8.3?
Date
Msg-id 20070424124334.674D.ITAGAKI.TAKAHIRO@oss.ntt.co.jp
Whole thread Raw
List pgsql-hackers
The values of pg_enc enumeration are changed between 8.2 and 8.3.
PG_JOHAB was removed and PG_EUC_JIS_2004 was added. 
Are there any incompatibility issues here?

For example, if we initialize a server(8.3) using initdb(8.3) and libpq(8.2)
with UTF-8 encoding, the server is actually initialized with JOHAB. This is
a rare case (incorrect search path for libpq on server), but are there any
situations where the difference of pg_enc will be a problem?

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center



pgsql-hackers by date:

Previous
From: Koichi Suzuki
Date:
Subject: Re: [PATCHES] Full page writes improvement, code update
Next
From: Tom Lane
Date:
Subject: Re: TODO idea - implicit constraints across child tables with a common column as primary key (but obviously not a shared index)