small mistakes in func.sgml

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


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

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