Re: sgml and "empty" closing tags

From: Euler Taveira de Oliveira <euler(at)timbira(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Alex Hunsaker <badalex(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: sgml and "empty" closing tags
Date: 2009-11-18 01:00:10
Message-ID: 4B03471A.1010401@timbira.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Haas escreveu:
> On Tue, Nov 17, 2009 at 6:39 PM, Euler Taveira de Oliveira
> <euler(at)timbira(dot)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/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2009-11-18 01:12:47 Re: Syntax for partitioning
Previous Message Tom Lane 2009-11-18 00:46:07 Re: RFC for adding typmods to functions