Re: Internationalized error messages

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: Internationalized error messages
Дата
Msg-id 20010309204226O.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Re: Internationalized error messages  (Karel Zak <zakkr@zf.jcu.cz>)
Список pgsql-hackers
>  For transaltion to other languages I not sure with gettext() stuff on
> backend -- IMHO better (faster) solution will postgres system catalog
> with it.
> 
>  May be add new command too: SET MESSAGE_LANGUAGE TO <xxx>, because
> wanted language not must be always same as locale setting.

In the multibyte enabled environment, that kind of command would not
be necessary except UNICODE and MULE_INTERNAL, since they are
multi-lingual encoding. For them, we might need something like:

SET LANGUAGE_PREFERENCE TO 'Japanese';

For the long term solutuon, this kind of problem should be solved in
the implemetaion of SQL-92/99 i18n features.
--
Tatsuo Ishii


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

Предыдущее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: WAL does not recover gracefully from out-of-disk-sp ace
Следующее
От: Martin Devera
Дата:
Сообщение: Re: WAL & SHM principles