Re: Bug #837: Unable to use LATIN9 (=ISO-8859-15) encoding

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Bug #837: Unable to use LATIN9 (=ISO-8859-15) encoding
Дата
Msg-id Pine.LNX.4.44.0212052253250.12428-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Bug #837: Unable to use LATIN9 (=ISO-8859-15) encoding  (pgsql-bugs@postgresql.org)
Ответы Re: Bug #837: Unable to use LATIN9 (=ISO-8859-15) encoding  (Steve Haslam <araqnid@debian.org>)
Список pgsql-bugs
> >From PSQL, if I perform:
> \encoding LATIN9
> insert into i18ntest(id, data) values('Euro symbol', '¤');
>
> then I would expect this to insert a euro symbol into the data column

'¤' means '¤', not anything else.  Maybe you want to try '\244'
(octal).

--
Peter Eisentraut   peter_e@gmx.net

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: bogus varno EXPLAIN bug (was Re: Explain analyze gives bogus varno for dblink views)
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #839: triggers do not execute in right order in procedures