Re: UNICODE and PL/PGSQL

Поиск
Список
Период
Сортировка
От Bart Degryse
Тема Re: UNICODE and PL/PGSQL
Дата
Msg-id 456B1ACF020000300000FC74@webaccess.indicator.be
обсуждение исходный текст
Ответ на Re: UNICODE and PL/PGSQL  (Richard Huxton <dev@archonet.com>)
Ответы Re: UNICODE and PL/PGSQL
Список pgsql-sql
As the manual says : Character with the given ASCII code
I need characters outside the ASCII range. Something like
  charset := charset || '\xC2\x' || to_hex(i)';

>>> Richard Huxton <dev@archonet.com> 2006-11-27 16:53 >>>
Bart Degryse wrote:
> Hi Markus,
> I should have said "The ICT department doesn't give me access to the psql command line interface".
> Thanks for explaining what goes wrong. I now understand the problem. It doesn't solve it though.

What's wrong with the chr() function?
http://www.postgresql.org/docs/8.1/static/functions-string.html

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От:
Дата:
Сообщение: Auto-Response: Re: UNICODE and PL/PGSQL
Следующее
От: "Bart Degryse"
Дата:
Сообщение: Re: UNICODE and PL/PGSQL