On Wed, Dec 2, 2009 at 7:10 AM, dario(dot)ber(at)libero(dot)it <dario(dot)ber(at)libero(dot)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