Re: Other Characterset to UTF8

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: Other Characterset to UTF8
Дата
Msg-id 2DA88E8B-72D7-4430-AC84-4976A40BBB66@pgedit.com
обсуждение исходный текст
Ответ на Other Characterset to UTF8  ("Abu Mushayeed" <amushayeed@hotmail.com>)
Список pgsql-admin
On Jul 20, 2006, at 5:54 PM, Abu Mushayeed wrote:

> 1. set client_encoding = 'LATIN1';
> 2. COPY <table_name> FROM '<dir_path/file_name' with NULL as ''
>
> The data gets into the database. The datbase has some inbuilt
> functions that translates the data from LATIN1 to UTF8.
>
> The question is it works but is this correct?


Yes, it is correct assuming the data in the file is really latin1 :).
You tell PostgreSQL what character set you are using on the client
side and it takes care of converting it to the encoding used for the
database.



John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


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

Предыдущее
От: "Abu Mushayeed"
Дата:
Сообщение: Other Characterset to UTF8
Следующее
От: "Michael Grossman"
Дата:
Сообщение: Task/Jobs issue