Re: UNICODE and PL/PGSQL

From: "Bart Degryse" <Bart(dot)Degryse(at)indicator(dot)be>
To: "Richard Huxton" <dev(at)archonet(dot)com>
Cc: "<Markus Schaber" <schabi(at)logix-tt(dot)com>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: UNICODE and PL/PGSQL
Date: 2006-11-27 16:05:19
Message-ID: 456B1ACF020000300000FC74@webaccess.indicator.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)archonet(dot)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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bart Degryse 2006-11-27 16:10:31 Re: UNICODE and PL/PGSQL
Previous Message Ragnar 2006-11-27 15:57:10 Re: UNICODE and PL/PGSQL