Re: small mistakes in func.sgml

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: small mistakes in func.sgml
Дата
Msg-id 200208211556.g7LFukh26185@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: small mistakes in func.sgml  (Alvaro Herrera <alvherre@atentus.com>)
Список 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@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

В списке pgsql-patches по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: LIKE ESCAPE doc fix (was Re: [DOCS] functions-matching correct?)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: LIKE ESCAPE doc fix (was Re: [DOCS] functions-matching