Re: UNICODE and PL/PGSQL

Поиск
Список
Период
Сортировка
От Ragnar
Тема Re: UNICODE and PL/PGSQL
Дата
Msg-id 1164638251.27070.45.camel@localhost.localdomain
обсуждение исходный текст
Ответ на UNICODE and PL/PGSQL  ("Bart Degryse" <Bart.Degryse@indicator.be>)
Ответы Re: UNICODE and PL/PGSQL
Список pgsql-sql
On mán, 2006-11-27 at 11:52 +0100, Bart Degryse wrote:
> Dear all,
> This works: SELECT '\x65'; => it returns the letter 'e'.

yes, but:
test=# select '\x'||'65';?column?
----------x65
(1 row)


> When I do the following in PL/PGSQL ....

>   FOR i IN 101..101 LOOP
>     charset := charset || '\x' || to_hex(i);
>   END LOOP;


gnari




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

Предыдущее
От: Markus Schaber
Дата:
Сообщение: Re: PgAgent [where is it?]
Следующее
От: "Bart Degryse"
Дата:
Сообщение: Re: UNICODE and PL/PGSQL