Re: Upgrade from 7.4.5 to 8.3.3

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Upgrade from 7.4.5 to 8.3.3
Дата
Msg-id 49059020.2040804@gmx.net
обсуждение исходный текст
Ответ на Re: Upgrade from 7.4.5 to 8.3.3  ("Harvey, Allan AC" <HarveyA@OneSteel.com>)
Список pgsql-bugs
Harvey, Allan AC wrote:
> Zdenek,
>
>> Hmm, It does not look good. Your OS does not return proper
>> information about
>> codeset. Following code is broken:
>>
>>     setlocale(LC_CTYPE, ctype);
>>     sys = nl_langinfo(CODESET);
>>     sys = strdup(sys);
>>
>> See
>> http://www.opengroup.org/onlinepubs/009695399/functions/nl_lan
> ginfo.html
>
>> It seems you need to fix OS first. After that we can add CODESET mapping to
>> PostgreSQL.
>
>>         Zdenek
>
> I don't think this is possible.
>
> Can you give me an indication what problems I should look out for?

SQL_ASCII might work tolerably if all your clients use the same client
encoding.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Harvey, Allan AC"
Дата:
Сообщение: Re: Upgrade from 7.4.5 to 8.3.3
Следующее
От: "Oleg Serov"
Дата:
Сообщение: Bug in pl/pgsql with hstore OR bug in pl/pgsql IF (text field is boolean?)