Re: small mistakes in func.sgml

From: Alvaro Herrera <alvherre(at)atentus(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Alvaro Herrera <alvherre(at)atentus(dot)com>, <pgsql-patches(at)postgresql(dot)org>
Subject: Re: small mistakes in func.sgml
Date: 2002-08-21 05:44:50
Message-ID: Pine.LNX.4.44.0208210137020.6576-100000@cm-lcon1-46-187.cm.vtr.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian dijo:

> Applied. Thanks.
>
> ---------------------------------------------------------------------------
>
> Alvaro Herrera wrote:
> > Hello,
> >
> > This patch corrects some small mistakes in doc/src/sgml/func.sgml

Better apply something like this sed script to func.sgml

sed -e 's/>[a-z]*>/>/g'

'cause there are a lot of those things inside. Sadly, there are other
mistakes that weren't there in 7.2 docs. In CVS tip,

$ grep -n '>[a-z]*>.*expres' func.sgml
5935:<replaceable>ble>expres</replaceable><optional>nal>,</optional>nal>)
6027:<replaceable>ble>expres</replaceable><optional>nal>,</optional>nal>)
6091:<replaceable>ble>expres</replaceable><optional>nal>,</optional>optiona<replaceable>aceable></replaceable>aceable> ANY (<replaceable>subquery</replaceable>)
6093:<replaceable>ble>expres</replaceable><optional>nal>,</optional>optiona<replaceable>aceable></replaceable>aceable> SOME (<replaceable>subquery</replaceable>)

And maybe there are more that I don't see. I don't know how to identify
which commit broke the file: that can probably help identify all
errors.

--
Alvaro Herrera (<alvherre[a]atentus.com>)
"Hay quien adquiere la mala costumbre de ser infeliz" (M. A. Evans)

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2002-08-21 06:12:54 LIKE ESCAPE doc fix (was Re: [DOCS] functions-matching correct?)
Previous Message Bruce Momjian 2002-08-21 05:25:46 Re: small mistakes in func.sgml