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 05:25:46 |
Message-ID: | 200208210525.g7L5Pkd20674@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>
--
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
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2002-08-21 05:44:50 | Re: small mistakes in func.sgml |
Previous Message | Alvaro Herrera | 2002-08-21 05:18:14 | Re: small mistakes in func.sgml |