Re: [GENERAL] psql weird behaviour with charset encodings

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] psql weird behaviour with charset encodings
Дата
Msg-id 20736.1273371548@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] psql weird behaviour with charset encodings  (hernan gonzalez <hgonzalez@gmail.com>)
Список pgsql-hackers
hernan gonzalez <hgonzalez@gmail.com> writes:
> BTW, I understand that postgresql uses locale semantics in the server code.
> But is this really necessary/appropiate in the client (psql) side?
> Couldnt we stick with C locale here?

As far as that goes, I think we have to turn on that machinery in order
to have gettext() work (ie, to have localized error messages).

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] psql weird behaviour with charset encodings
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_start_backup and pg_stop_backup Re: Re: [COMMITTERS] pgsql: Make CheckRequiredParameterValues() depend upon correct