|
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 |