Re: Character encoding - Mailing list pgsql-hackers

From Dennis Björklund
Subject Re: Character encoding
Date
Msg-id Pine.LNX.4.44.0306102205440.32515-100000@zigo.dhs.org
Whole thread Raw
In response to Re: Character encoding  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Tue, 10 Jun 2003, Peter Eisentraut wrote:

> we should try to keep the (translated) column headers within the client,
> to side-step this issue.  Do you want to investigate that?

That is the obvious solution, there is no real need to send the strings to
the server in the first place.

The problem is not just with column headers though as it's also used in
the data in the table. (which of course has the same solution, examin the
data when it get to the client and substitute for the translated string).

I'll take a look at it and probably fix it by the weekend (if not sooner).

-- 
/Dennis



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Feature freeze date
Next
From: Josh Berkus
Date:
Subject: Re: Proposal to Re-Order Postgresql.Conf, part II