Re: How can I insert a UTF-8 character with psql?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: How can I insert a UTF-8 character with psql?
Дата
Msg-id Pine.LNX.4.44.0306161409490.2751-100000@peter.localdomain
обсуждение исходный текст
Ответ на How can I insert a UTF-8 character with psql?  (Roland Glenn McIntosh <roland@steeltorch.com>)
Список pgsql-general
Roland Glenn McIntosh writes:

> I would like to insert a EuroSign as two byte character number 20AC.
> Is there a way I can do this from an ISO-8859-1 (latin1) terminal emulator via the psql tool?

Set the client encoding to latin9 and enter it normally.

> Is there an entity scheme?

Not in the way you imagine, but there should be.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: LC_COLLATE=es_MX in PgSQL 7.3.2
Следующее
От: Greg Stark
Дата:
Сообщение: Re: full featured alter table?