Re: Insert data with greek characters using psql environment

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Insert data with greek characters using psql environment
Дата
Msg-id AANLkTinqc0fe7E6iHsU7K_hUOoa4tHvjbqQBKSHyOgQD@mail.gmail.com
обсуждение исходный текст
Ответ на Insert data with greek characters using psql environment  (ΑΠΟΣΤΟΛΟΣ ΛΕΛΕΝΤΖΗΣ<lelentzisapostolos@gmail.com>)
Список pgsql-general
2010/11/12 ΑΠΟΣΤΟΛΟΣ ΛΕΛΕΝΤΖΗΣ <lelentzisapostolos@gmail.com>:
> Hello,
>
> I am a new user of PostgreSQL , and i have a problem with encoding settings
> of psql.
> Specifically, i want to insert data with greek characters using psql
> environment.
> I change the enconding settings of psql, writing the following command:
> SET CLIENT_ENCODING TO 'UTF8';
> but i can't insert my data!!
> Can you help me??

works for me...
pg9=# select 'ΑΠΟΣΤΟΛΟΣ ΛΕΛΕΝΤΖΗΣ';
      ?column?
---------------------
 ΑΠΟΣΤΟΛΟΣ ΛΕΛΕΝΤΖΗΣ
(1 row)

merlin

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

Предыдущее
От: Alban Hertroys
Дата:
Сообщение: Re: Basic Tutorials for 9.0
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Insert data with greek characters using psql environment