Re: UTF-8 to ASCII

Поиск
Список
Период
Сортировка
От Martin Marques
Тема Re: UTF-8 to ASCII
Дата
Msg-id 464465BC.7010406@bugs.unl.edu.ar
обсуждение исходный текст
Ответ на Re: UTF-8 to ASCII  (LEGEAY Jérôme <jerome.legeay@ffcat.coop>)
Список 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
---------------------------------------------------------

В списке pgsql-general по дате отправления:

Предыдущее
От: LEGEAY Jérôme
Дата:
Сообщение: Re: UTF-8 to ASCII
Следующее
От: Arnaud Lesauvage
Дата:
Сообщение: Re: UTF-8 to ASCII