Here on 9.2.4 just work fine :

select replace ('abcd\efg', '\', 'XX');
+-----------+
|  replace  |
+-----------+
| abcdXXefg |
+-----------+

paolo



2013/8/20 ingoos <ing...@gmail.com>

> i need to convert some stings in old database, where \ is one letter in
> croatian language.
>
> when i'm using
>
> replace ('abcd\efg', '\', 'XX') i got error.
>
> anyone can help how to solver this problem ?
>
> tnx
>
>
>
> --
> View this message in context:
> http://postgresql.1045698.n5.nabble.com/replace-tp5768024.html
> Sent from the PostgreSQL - pgadmin support mailing list archive at
> Nabble.com.
>
>
> --
> Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-support
>

Reply via email to