From: | John DeSoi <desoi(at)pgedit(dot)com> |
---|---|
To: | neo anderson <freeonfair(at)yahoo(dot)co(dot)uk> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: multibyte question |
Date: | 2005-04-20 05:15:38 |
Message-ID: | 3BB8747A-B15B-11D9-BC19-000A95B03262@pgedit.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Apr 19, 2005, at 4:35 AM, neo anderson wrote:
> lately i download postgresql 8.0.2 (window version)
> from postgresql mirror website site. and i read the
> document, saying that postgresql support multibyte
> encoding
> (http://www.postgresql.org/docs/8.0/static/multibyte.html)
> but during installation, i can't find the item in the
> drop-down list, which indicates to the encoding -
> euc_tw, for instance. should i change to other
> version? or what should i do in order to create db to
> get encoding supported other than ascii? i apprecaite
> any suggestion, sincerely.
> jason
I don't recall what the encoding options are using the installer, but
you can create a database at any time with any of the supported
encodings. See the ENCODING option with CREATE DATABASE:
http://www.postgresql.org/docs/8.0/interactive/sql-createdatabase.html
John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL
From | Date | Subject | |
---|---|---|---|
Next Message | Alexandre | 2005-04-20 06:00:43 | Re: Simplified (a-la [G|N]DBM) DB access |
Previous Message | vinita bansal | 2005-04-20 04:39:34 | Re: reorder table data |