Any incompatibility in pg_enc between 8.2 and 8.3?

Поиск
Список
Период
Сортировка
От ITAGAKI Takahiro
Тема Any incompatibility in pg_enc between 8.2 and 8.3?
Дата
Msg-id 20070424124334.674D.ITAGAKI.TAKAHIRO@oss.ntt.co.jp
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Koichi Suzuki
Дата:
Сообщение: Re: [PATCHES] Full page writes improvement, code update
Следующее
От: Tom Lane
Дата:
Сообщение: Re: TODO idea - implicit constraints across child tables with a common column as primary key (but obviously not a shared index)