Re: [GENERAL] converting database to unicode

2004-10-15 Thread Alvaro Herrera
On Fri, Oct 15, 2004 at 09:36:42AM -0500, Jason Tesser wrote: > Uhh no. Could you help me understand how to do that. I am currently using the > following to dump and restore > pg_dump -Fc --username=xxx --dbanme=xxx filename > pg_restore -Fc --username=xxx --dbname filename Something like pg_

Re: [GENERAL] converting database to unicode

2004-10-15 Thread Jason Tesser
PROTECTED] Sent: Fri 10/15/2004 8:25 AM To: Jason Tesser Cc: [EMAIL PROTECTED] Subject: Re: [GENERAL] converting database to unicode On Fri, Oct 15, 2004 at 07:59:19AM -0500, Jason Tesser wrote: > Some help please?? :-) Any

Re: [GENERAL] converting database to unicode

2004-10-15 Thread Alvaro Herrera
t; To: [EMAIL PROTECTED] > Cc: > Subject: [GENERAL] converting database to unicode > I have a database in sql_ascii that I need to convert to Unicode. I tried using > pg_dump -Fc .. but it fails on certain characters. like this one "è" > How can I get the data transferre

Re: [GENERAL] converting database to unicode

2004-10-15 Thread Jason Tesser
Some help please?? :-) Anyone? -Original Message- From: [EMAIL PROTECTED] on behalf of Jason Tesser Sent: Wed 10/13/2004 10:00 AM To: [EMAIL PROTECTED] Cc: Subject:[GENERAL] converting database to unicode I have a database in sql_ascii that I need to convert to

[GENERAL] converting database to unicode

2004-10-13 Thread Jason Tesser
I have a database in sql_ascii that I need to convert to Unicode. I tried using pg_dump -Fc .. but it fails on certain characters. like this one "è" How can I get the data transferred? ---(end of broadcast)--- TIP 8: explain analyze is your fri