Automatic conversion from Unicode - Mailing list pgsql-hackers

From Michael Brusser
Subject Automatic conversion from Unicode
Date
Msg-id DEEIJKLFNJGBEMBLBAHCGECBDNAA.michael@synchronicity.com
Whole thread Raw
In response to Re: Unicode upper() bug still present  (Hannu Krosing <hannu@tm.ee>)
Responses Re: Automatic conversion from Unicode
List pgsql-hackers
With Pg 7.3.x we initialize database with -E UNICODE option.
I'd like to provide support for automatic conversion to Chinese char-set
by putting "client_encoding big5" into postgresql.conf.

But when I try "\encoding big5" in psql session I get this:
big5: invalid encoding name or conversion procedure not found
I looked into table pg_conversion - it's empty.

Is this something I missed with compile options?
Thanks in advance,
Mike




pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: multi-backend psql
Next
From: Bruce Momjian
Date:
Subject: Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/t