Automatic conversion from Unicode

From: Michael Brusser <michael(at)synchronicity(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Automatic conversion from Unicode
Date: 2003-10-21 14:50:54
Message-ID: DEEIJKLFNJGBEMBLBAHCGECBDNAA.michael@synchronicity.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-10-21 15:23:19 Re: [COMMITTERS] pgsql-server/src backend/main/main.c backend/t
Previous Message Jean-Henry Berevoescu 2003-10-21 14:19:18 Complex/elaborate user-defined base types