Re: Proposal - Support for National Characters functionality - Mailing list pgsql-hackers

From Claudio Freire
Subject Re: Proposal - Support for National Characters functionality
Date
Msg-id CAGTBQpY=dOM=Z7-8jvNiw6hdgFBry3wf4-H7ABiG2Uwy4Zkz3g@mail.gmail.com
Whole thread Raw
In response to Re: Proposal - Support for National Characters functionality  (Tatsuo Ishii <ishii@postgresql.org>)
Responses Re: Proposal - Support for National Characters functionality
List pgsql-hackers
On Fri, Jul 5, 2013 at 2:02 AM, Tatsuo Ishii <ishii@postgresql.org> wrote:
>> - Support for NATIONAL_CHARACTER_SET GUC variable that will determine
>> the encoding that will be used in NCHAR/NVARCHAR columns.
>
> You said NCHAR's encoding is UTF-8. Why do you need the GUC if NCHAR's
> encoding is fixed to UTF-8?


Not only that, but I don't think it can be a GUC. Maybe a compile-time
switch, but if it were a GUC, how do you handle an existing database
in UTF-8 when the setting is switched to UTF-16? Re-encode everything?
Store the encoding along each value? It's a mess.

Either fix it at UTF-8, or make it a compile-time thing, I'd say.



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: ALTER SYSTEM SET command to change postgresql.conf parameters (RE: Proposal for Allow postgresql.conf values to be changed via SQL [review])
Next
From: Pavel Stehule
Date:
Subject: Re: WITH CHECK OPTION for auto-updatable views