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

From Rob Tanner
Subject Trouble creating database with proper encoding
Date
Msg-id 45B537F2.8000903@linfield.edu
Whole thread Raw
Responses Re: Trouble creating database with proper encoding  ("Brandon Aiken" <BAiken@winemantech.com>)
Re: Trouble creating database with proper encoding  (Tommy Gildseth <tommy@gildseth.com>)
List pgsql-general
Hi,

This is my first venture into PostgreSQL.

I built and installer PostgreSQL 8.2.1 as part of a Xythos
installation.  I added a user called xythos and now I'm trying to add
the initial databases that the product requires.  From the command line,
I executed the commands:

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.

I didn't see any special configure/compile options for character
encoding, so what am I missing.

Thanks.


--

Rob Tanner
UNIX Services Manager
Linfield College, McMinnville OR


Attachment

pgsql-general by date:

Previous
From: "deepak pal"
Date:
Subject: show all record between two date after group by and aggrigation...
Next
From: "Brandon Aiken"
Date:
Subject: Re: Trouble creating database with proper encoding