Re: replace

From: Alexander Yerenkow <yerenkow(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 13:11:01
Message-ID: CAPJF9w=XeXwpQqy7QDHP5goEsJpr=0fwNcBd9Y_8ayLfFyFVJA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Put letter E before each string.

E'\'

Like this.

Regards, Alexander Yerenkow
20.08.2013 16:02 пользователь "ingoos" <ingoos(at)gmail(dot)com> написал:

> 9.2.4. ??
>
> i'm using pgAdmin 1.16.1
>
> and error is
>
> WARNING: nonstandard use of escape in a string literal
> LINE 1: select replace ('abcd\efg', '\', 'XX');
> ^
> HINT: Use the escape string syntax for escapes, e.g., E'\r\n'.
> WARNING: nonstandard use of \' in a string literal
> LINE 1: select replace ('abcd\efg', '\', 'XX');
> ^
>
>
>
>
>
> --
> View this message in context:
> http://postgresql.1045698.n5.nabble.com/replace-tp5768024p5768044.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
>

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Rui Hua 2013-08-21 03:19:25 Re: replace
Previous Message ingoos 2013-08-20 13:02:03 Re: replace