Re: replace - Mailing list pgadmin-support

From Paolo Saudin
Subject Re: replace
Date
Msg-id CADtZQgmQVi8jzL_PfJXj3MnyFnaKKtoxe2G=eih4OWyA3S2hcQ@mail.gmail.com
Whole thread Raw
In response to replace  (ingoos <ingoos@gmail.com>)
Responses Re: replace  (ingoos <ingoos@gmail.com>)
List pgadmin-support
Here on 9.2.4 just work fine :

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

paolo



2013/8/20 ingoos <ingoos@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

pgadmin-support by date:

Previous
From: ingoos
Date:
Subject: replace
Next
From: ingoos
Date:
Subject: Re: replace