From: "Joel Fradkin" <jfradkin(at)wazagua(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject:
Date: 2005-02-07 19:26:32
Message-ID: 000001c50d4a$f0eb4a60$797ba8c0@jfradkin
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

In reading in the manual it seems the new database is based on template0.

I created my first database (wazagua) from the command line using dbcreate
wazagua.
It results in
CREATE DATABASE wazagua
WITH OWNER = postgres
ENCODING = 'SQL_ASCII';

When I created a test data base to load my backup I did this inside pgadmin
III and see it
CREATE DATABASE test
WITH OWNER = postgres
ENCODING = 'UNICODE';

So I think I see why when I try to restore I have issues.
My question is which is the correct choice?
We do have some chars that have French aschii, so is 'SQL_ASCII' or
'UNICODE' the correct choice?
I was able to move all my data over to the 'SQL_ASCII' database, so I may be
again answering my own question.
Values like d`Appréhension show up ok in the table.

Am I guessing correctly to just make the database I am restoring to
'SQL_ASCII'?

I will try this.

Joel Fradkin
 
Wazagua, Inc.
2520 Trailmate Dr
Sarasota, Florida 34243
Tel.  941-753-7111 ext 305
 
jfradkin(at)wazagua(dot)com
www.wazagua.com
Powered by Wazagua
Providing you with the latest Web-based technology & advanced tools.
© 2004. WAZAGUA, Inc. All rights reserved. WAZAGUA, Inc
 This email message is for the use of the intended recipient(s) and may
contain confidential and privileged information.  Any unauthorized review,
use, disclosure or distribution is prohibited.  If you are not the intended
recipient, please contact the sender by reply email and delete and destroy
all copies of the original message, including attachments.
 

 

Browse pgsql-sql by date

  From Date Subject
Next Message q2005 2005-02-08 00:36:17 the best way to get the first record from each group
Previous Message Joel Fradkin 2005-02-07 15:15:29 Red hat 3 AS when uptodate is it running 2.6 Kernel?