Re: [GENERAL] Trouble creating database with proper encoding

2007-01-22 Thread Tommy Gildseth
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 ---+--+-- Xythos

Re: [GENERAL] Trouble creating database with proper encoding

2007-01-22 Thread Brandon Aiken
ge- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Tanner Sent: Monday, January 22, 2007 5:17 PM To: pgsql-general@postgresql.org Subject: [GENERAL] Trouble creating database with proper encoding Hi, This is my first venture into PostgreSQL. I built and installer PostgreSQL 8.2.1

[GENERAL] Trouble creating database with proper encoding

2007-01-22 Thread Rob Tanner
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 U