Re: UNICODE and PL/PGSQL
| От | Bart Degryse |
|---|---|
| Тема | Re: UNICODE and PL/PGSQL |
| Дата | |
| Msg-id | 456B1ACF020000300000FC74@webaccess.indicator.be обсуждение исходный текст |
| Ответ на | Re: UNICODE and PL/PGSQL (Richard Huxton <dev@archonet.com>) |
| Ответы |
Re: UNICODE and PL/PGSQL
|
| Список | 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 >>>
>>> 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
> 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 по дате отправления: