Re: [GENERAL] psql weird behaviour with charset encodings - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [GENERAL] psql weird behaviour with charset encodings
Date
Msg-id 20736.1273371548@sss.pgh.pa.us
Whole thread Raw
In response to Re: [GENERAL] psql weird behaviour with charset encodings  (hernan gonzalez <hgonzalez@gmail.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] psql weird behaviour with charset encodings
Next
From: Bruce Momjian
Date:
Subject: Re: pg_start_backup and pg_stop_backup Re: Re: [COMMITTERS] pgsql: Make CheckRequiredParameterValues() depend upon correct