From: Euler Taveira de Oliveira on
Alex Hunsaker escreveu:
> BTW anyone know how to escape < and > for google?
>
You can escape < and > using &lt; and &gt;, respectively.


--
Euler Taveira de Oliveira
http://www.timbira.com/

--
Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

From: Robert Haas on
On Tue, Nov 17, 2009 at 6:39 PM, Euler Taveira de Oliveira
<euler(a)timbira.com> wrote:
> Alex Hunsaker escreveu:
>> BTW anyone know how to escape < and > for google?
>>
> You can escape < and > using &lt; and &gt;, respectively.

Searching for &lt;foo looks for documents containing "lt" and "foo",
not documents containing "<foo".

....Robert

--
Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

From: Euler Taveira de Oliveira on
Robert Haas escreveu:
> On Tue, Nov 17, 2009 at 6:39 PM, Euler Taveira de Oliveira
> <euler(a)timbira.com> wrote:
>> Alex Hunsaker escreveu:
>>> BTW anyone know how to escape < and > for google?
>>>
>> You can escape < and > using &lt; and &gt;, respectively.
>
> Searching for &lt;foo looks for documents containing "lt" and "foo",
> not documents containing "<foo".
>
Ops, didn't read 'for google'. I thought that the OP was asking about escaping
those identifiers in SGML.


--
Euler Taveira de Oliveira
http://www.timbira.com/

--
Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers