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

From Bart Degryse
Subject Re: UNICODE and PL/PGSQL
Date
Msg-id 456B1ACF020000300000FC74@webaccess.indicator.be
Whole thread Raw
In response to Re: UNICODE and PL/PGSQL  (Richard Huxton <dev@archonet.com>)
Responses Re: UNICODE and PL/PGSQL
List 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 by date:

Previous
From:
Date:
Subject: Auto-Response: Re: UNICODE and PL/PGSQL
Next
From: "Bart Degryse"
Date:
Subject: Re: UNICODE and PL/PGSQL