Re: UNICODE and PL/PGSQL - Mailing list pgsql-sql

From Ragnar
Subject Re: UNICODE and PL/PGSQL
Date
Msg-id 1164638251.27070.45.camel@localhost.localdomain
Whole thread Raw
In response to UNICODE and PL/PGSQL  ("Bart Degryse" <Bart.Degryse@indicator.be>)
Responses Re: UNICODE and PL/PGSQL
List 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 by date:

Previous
From: Markus Schaber
Date:
Subject: Re: PgAgent [where is it?]
Next
From: "Bart Degryse"
Date:
Subject: Re: UNICODE and PL/PGSQL