| From: | Paolo Saudin <paolosaudin(at)gmail(dot)com> |
|---|---|
| To: | ingoos <ingoos(at)gmail(dot)com> |
| Cc: | pgadmin-support(at)postgresql(dot)org |
| Subject: | Re: replace |
| Date: | 2013-08-20 12:54:36 |
| Message-ID: | CADtZQgmQVi8jzL_PfJXj3MnyFnaKKtoxe2G=eih4OWyA3S2hcQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
Here on 9.2.4 just work fine :
select replace ('abcd\efg', '\', 'XX');
+-----------+
| replace |
+-----------+
| abcdXXefg |
+-----------+
paolo
2013/8/20 ingoos <ingoos(at)gmail(dot)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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-support
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | ingoos | 2013-08-20 13:02:03 | Re: replace |
| Previous Message | ingoos | 2013-08-20 12:21:34 | replace |