Re: Using backslash in query

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Using backslash in query
Date: 2003-10-04 12:09:03
Message-ID: 3F7EB85F.5060905@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


but this will be in 7.5, not 7.4, won't it?

Andrew Dunstan wrote:

>----- Original Message -----
>From: "Hannu Krosing" <hannu(at)tm(dot)ee>
>
>
>>Regarding the dollar-quoting discussions -
>>
>>Will we be able to write the above query as
>>
>>SELECT smth. FROM tbl WHERE WHERE situation LIKE $$%\\%$$;
>>
>>
>>
>
>Yes, as I understand it (as long as you remove the one of the WHEREs :-) ).
>If not we need some rethinking. Think of this as our equivalent of XML's
>CDATA quoting - you don't need to escape & or < or > inside a CDATA node.
>
>
>
>
>>in 7.4 or is \ still special there ?
>>
>>
>
>I don't believe so.
>
>
>
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Adam Witney 2003-10-04 13:14:56 Re: Beta4 Tag'd and Bundled ...
Previous Message Andrew Dunstan 2003-10-04 11:31:21 Re: Using backslash in query