Re: BUG #5391: coding issues displaying server messages

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: BUG #5391: coding issues displaying server messages
Дата
Msg-id 20100408023130.GH4653@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: BUG #5391: coding issues displaying server messages  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-bugs
Robert Haas escribió:
> On Thu, Mar 25, 2010 at 4:54 PM, Victor Vargas <kamusin@gmail.com> wrote:

> > Bug reference:      5391
> > Logged by:          Victor Vargas
> > Email address:      kamusin@gmail.com

Hola Kamus,


> > However, if I do a mistake during authentication, the server shows the error
> > message in this way:
> >
> >  ricardo@kadath:~$ psql -U ricardo datos
> >  Contraseña para usuario ricardo:
> >  psql: FATAL: la autentificaci?n password fall? para el usuario
> > <<ricardo>>

The problem here is that the server is recoding the message to pure
ASCII, no accented or otherwise funny chars.  I've seen this sort of
thing before (and in fact it's common to see it in problem reports in
the spanish list), but I've always attributed it to sloppiness in
setting the environment.  Not sure if it's client_encoding or the
console environment that's broken.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: BUG #5391: coding issues displaying server messages
Следующее
От: "omar"
Дата:
Сообщение: BUG #5408: Failed to connect to the database