Re: replace - Mailing list pgadmin-support

From Alexander Yerenkow
Subject Re: replace
Date
Msg-id CAPJF9w=XeXwpQqy7QDHP5goEsJpr=0fwNcBd9Y_8ayLfFyFVJA@mail.gmail.com
Whole thread
In response to Re: replace  (ingoos <ingoos@gmail.com>)
Responses Re: replace
List pgadmin-support

Put letter E before each string.

E'\'

Like this.

Regards, Alexander Yerenkow

20.08.2013 16:02 пользователь "ingoos" <ingoos@gmail.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@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-support

pgadmin-support by date:

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