Re: small mistakes in func.sgml

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: small mistakes in func.sgml
Дата
Msg-id Pine.LNX.4.44.0208210137020.6576-100000@cm-lcon1-46-187.cm.vtr.net
обсуждение исходный текст
Ответ на Re: small mistakes in func.sgml  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: small mistakes in func.sgml  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: small mistakes in func.sgml  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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)


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

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