Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcbe1920

Browse files
committed
Fix markup, Alvaro Herrera.
1 parent091ff09 commitcbe1920

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/func.sgml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.113 2002/08/20 04:45:59 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.114 2002/08/21 05:25:49 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -245,15 +245,15 @@ PostgreSQL documentation
245245
</synopsis>
246246
is equivalent to
247247
<synopsis>
248-
<replaceable>a</replaceable> &gt;= <replaceable>x</replaceable> AND <replaceable>a</replaceable>able> &lt;= <replaceable>y</replaceable>
248+
<replaceable>a</replaceable> &gt;= <replaceable>x</replaceable> AND <replaceable>a</replaceable> &lt;= <replaceable>y</replaceable>
249249
</synopsis>
250250
Similarly,
251251
<synopsis>
252252
<replaceable>a</replaceable> NOT BETWEEN <replaceable>x</replaceable> AND <replaceable>y</replaceable>
253253
</synopsis>
254254
is equivalent to
255255
<synopsis>
256-
<replaceable>a</replaceable> &lt; <replaceable>x</replaceable> OR <replaceable>a</replaceable>able> &gt; <replaceable>y</replaceable>
256+
<replaceable>a</replaceable> &lt; <replaceable>x</replaceable> OR <replaceable>a</replaceable> &gt; <replaceable>y</replaceable>
257257
</synopsis>
258258
There is no difference between the two respective forms apart from
259259
the <acronym>CPU</acronym> cycles required to rewrite the first one

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp