Re: Adding German Character Set to PostgresSQL

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: "Hagen Finley" <finhagen(at)comcast(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Adding German Character Set to PostgresSQL
Date: 2012-01-02 20:53:08
Message-ID: 201201021253.08560.adrian.klaver@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Monday, January 02, 2012 12:25:26 pm Hagen Finley wrote:
> Thanks Adrian,
>
>
>
> Looks like I am currently using UTF8:
>
>
>
> gpdemo=# \encoding
>
> UTF8

Well that shows the client encoding not the server encoding.

For that either do
\l
or
show server_encoding;

>
>
>
> And it looks like UTF8 doesn’t include the German characters I seek. Can
> someone explain how I can switch to 0000-0FFF which looks like the Basic
> Multilingual Plane Unicode which does include the characters I want?

It should.

>
>
>
> Hagen
>
>
>

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2012-01-02 21:26:36 Re: handling out of memory conditions when fetching row descriptions
Previous Message Hannes Erven 2012-01-02 20:52:34 Re: Adding German Character Set to PostgresSQL