Re: quote string exactly as it is

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: quote string exactly as it is
Дата
Msg-id b42b73150912020515l197c7e59m3287b673334f4e52@mail.gmail.com
обсуждение исходный текст
Ответ на quote string exactly as it is  ("dario.ber@libero.it" <dario.ber@libero.it>)
Список pgsql-general
On Wed, Dec 2, 2009 at 7:10 AM, dario.ber@libero.it <dario.ber@libero.it> wrote:
> Hello,
>
> How can I quote a string *exactly* as it is? I tried using
> quote_literal() but it doesn't return what I need in some cases.
>
> E.g.
>
> If my
> string is: ss\\\ss

dollar quote it:

select $abc$ss\\\ss$abc$;

merlin

В списке pgsql-general по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Auto Vacuum Daemon
Следующее
От: "dario.ber@libero.it"
Дата:
Сообщение: R: Re: quote string exactly as it is