Re: UTF-8 to ASCII

From: Martin Marques <martin(at)bugs(dot)unl(dot)edu(dot)ar>
To: LEGEAY Jérôme <jerome(dot)legeay(at)ffcat(dot)coop>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: UTF-8 to ASCII
Date: 2007-05-11 12:46:52
Message-ID: 464465BC.7010406@bugs.unl.edu.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

LEGEAY Jérôme wrote:
> for convert my DB, i use this process:
>
>
> createdb -T "old_DB" "copy_old_DB"
> dropdb "old_DB"
> createdb -E LATIN1 -T "copy_old_DB" "new_DB_name"
>
> maybe this process will help you.

As I said in my original mail, the DB conversion went OK, but I see some
discrepancies in the documentation.

My question is if the documentation is correct, and if so, why don't I
get the right behavior?

--
21:50:04 up 2 days, 9:07, 0 users, load average: 0.92, 0.37, 0.18
---------------------------------------------------------
Lic. Martín Marqués | SELECT 'mmarques' ||
Centro de Telemática | '@' || 'unl.edu.ar';
Universidad Nacional | DBA, Programador,
del Litoral | Administrador
---------------------------------------------------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Arnaud Lesauvage 2007-05-11 12:57:51 Re: UTF-8 to ASCII
Previous Message LEGEAY Jérôme 2007-05-11 12:34:37 Re: UTF-8 to ASCII