Re: small mistakes in func.sgml

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: small mistakes in func.sgml
Дата
Msg-id 200208210525.g7L5Pkd20674@candle.pha.pa.us
обсуждение исходный текст
Ответ на small mistakes in func.sgml  (Alvaro Herrera <alvherre@atentus.com>)
Ответы Re: small mistakes in func.sgml  (Alvaro Herrera <alvherre@atentus.com>)
Список pgsql-patches
Applied.  Thanks.

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

Alvaro Herrera wrote:
> Hello,
>
> This patch corrects some small mistakes in doc/src/sgml/func.sgml
>
> Index: doc/src/sgml/func.sgml
> ===================================================================
> RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/func.sgml,v
> retrieving revision 1.112
> diff -c -r1.112 func.sgml
> *** doc/src/sgml/func.sgml    2002/08/16 23:01:18    1.112
> --- doc/src/sgml/func.sgml    2002/08/21 04:51:43
> ***************
> *** 245,251 ****
>       </synopsis>
>       is equivalent to
>       <synopsis>
> ! <replaceable>a</replaceable> >= <replaceable>x</replaceable> AND <replaceable>a</replaceable>able> <=
<replaceable>y</replaceable>
>       </synopsis>
>       Similarly,
>       <synopsis>
> --- 245,251 ----
>       </synopsis>
>       is equivalent to
>       <synopsis>
> ! <replaceable>a</replaceable> >= <replaceable>x</replaceable> AND <replaceable>a</replaceable> <=
<replaceable>y</replaceable>
>       </synopsis>
>       Similarly,
>       <synopsis>
> ***************
> *** 253,259 ****
>       </synopsis>
>       is equivalent to
>       <synopsis>
> ! <replaceable>a</replaceable> < <replaceable>x</replaceable> OR <replaceable>a</replaceable>able> >
<replaceable>y</replaceable>
>       </synopsis>
>       There is no difference between the two respective forms apart from
>       the <acronym>CPU</acronym> cycles required to rewrite the first one
> --- 253,259 ----
>       </synopsis>
>       is equivalent to
>       <synopsis>
> ! <replaceable>a</replaceable> < <replaceable>x</replaceable> OR <replaceable>a</replaceable> >
<replaceable>y</replaceable>
>       </synopsis>
>       There is no difference between the two respective forms apart from
>       the <acronym>CPU</acronym> cycles required to rewrite the first one
>
>
> --
> Alvaro Herrera (<alvherre[a]atentus.com>)
> "El dia que dejes de cambiar dejaras de vivir"
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>

--
  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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: small mistakes in func.sgml
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: small mistakes in func.sgml