mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix markup, Alvaro Herrera.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.113 2002/08/20 04:45:59 momjian Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.114 2002/08/21 05:25:49 momjian Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -245,7 +245,7 @@ PostgreSQL documentation
|
|||||||
</synopsis>
|
</synopsis>
|
||||||
is equivalent to
|
is equivalent to
|
||||||
<synopsis>
|
<synopsis>
|
||||||
<replaceable>a</replaceable> >= <replaceable>x</replaceable> AND <replaceable>a</replaceable>able> <= <replaceable>y</replaceable>
|
<replaceable>a</replaceable> >= <replaceable>x</replaceable> AND <replaceable>a</replaceable> <= <replaceable>y</replaceable>
|
||||||
</synopsis>
|
</synopsis>
|
||||||
Similarly,
|
Similarly,
|
||||||
<synopsis>
|
<synopsis>
|
||||||
@ -253,7 +253,7 @@ PostgreSQL documentation
|
|||||||
</synopsis>
|
</synopsis>
|
||||||
is equivalent to
|
is equivalent to
|
||||||
<synopsis>
|
<synopsis>
|
||||||
<replaceable>a</replaceable> < <replaceable>x</replaceable> OR <replaceable>a</replaceable>able> > <replaceable>y</replaceable>
|
<replaceable>a</replaceable> < <replaceable>x</replaceable> OR <replaceable>a</replaceable> > <replaceable>y</replaceable>
|
||||||
</synopsis>
|
</synopsis>
|
||||||
There is no difference between the two respective forms apart from
|
There is no difference between the two respective forms apart from
|
||||||
the <acronym>CPU</acronym> cycles required to rewrite the first one
|
the <acronym>CPU</acronym> cycles required to rewrite the first one
|
||||||
|
Reference in New Issue
Block a user