Re: multibyte question - Mailing list pgsql-general

From John DeSoi
Subject Re: multibyte question
Date
Msg-id 3BB8747A-B15B-11D9-BC19-000A95B03262@pgedit.com
Whole thread Raw
In response to multibyte question  (neo anderson <freeonfair@yahoo.co.uk>)
List 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


pgsql-general by date:

Previous
From: "vinita bansal"
Date:
Subject: Re: reorder table data
Next
From: Alexandre
Date:
Subject: Re: Simplified (a-la [G|N]DBM) DB access