Re: Trouble creating database with proper encoding - Mailing list pgsql-general

From Tommy Gildseth
Subject Re: Trouble creating database with proper encoding
Date
Msg-id 45B53CD7.2080800@gildseth.com
Whole thread Raw
In response to Trouble creating database with proper encoding  (Rob Tanner <rtanner@linfield.edu>)
List pgsql-general
Rob Tanner wrote:
> createdb -U xythos -E UNICODE XythosDocumentStoreDB
> createdb -U xythos -E UNICODE XythosGlobalDB
>
> When I look at what I've done with psql -l, I get
>
>               List of databases
>          Name          |  Owner   | Encoding
> -----------------------+----------+----------
>  XythosDocumentStoreDB | xythos   | UTF8
>  XythosGlobalDB        | xythos   | UTF8
>
>
> I dropped the databases and recreated them with unicode (lower case) but
> got the same results.
>
Unicode in itself is just a standard. UTF-8 is one of the
implementations of this standard. So, your database is indeed created
with a unicode characterset

--
Tommy

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Installing Postegres side-by-side with M$ SQL
Next
From: "Chad Wagner"
Date:
Subject: Re: show all record between two date after group by and aggrigation...