| From: | Alvaro Herrera <alvherre(at)atentus(dot)com> |
|---|---|
| To: | pgsql-patches(at)postgresql(dot)org |
| Subject: | small mistakes in func.sgml |
| Date: | 2002-08-21 04:51:48 |
| Message-ID: | Pine.LNX.4.44.0208210049260.6576-100000@cm-lcon1-46-187.cm.vtr.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
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"
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2002-08-21 05:18:14 | Re: small mistakes in func.sgml |
| Previous Message | Alvaro Herrera | 2002-08-21 04:06:16 | indisclustered and clusterdb |