Re: small mistakes in func.sgml

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)atentus(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: small mistakes in func.sgml
Date: 2002-08-21 15:56:46
Message-ID: 200208211556.g7LFukh26185@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Yes, I see it as:

1.100 (thomas 11-Jun-02): <parameter>r</parameter>rameter> <type>integer</type>)</entry>

I will fix them all manually. Thanks.

---------------------------------------------------------------------------

Alvaro Herrera wrote:
> 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)
>
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-08-21 16:09:19 Re: LIKE ESCAPE doc fix (was Re: [DOCS] functions-matching
Previous Message Joe Conway 2002-08-21 06:12:54 LIKE ESCAPE doc fix (was Re: [DOCS] functions-matching correct?)