Обсуждение: Any incompatibility in pg_enc between 8.2 and 8.3?

Поиск
Список
Период
Сортировка

Any incompatibility in pg_enc between 8.2 and 8.3?

От
ITAGAKI Takahiro
Дата:
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