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

Commitd5003e5

Browse files
committed
Document &< and &> properly.
William White <bwhite@frognet.net>
1 parent24a1faf commitd5003e5

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-
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.202 2004/05/14 21:42:27 neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.203 2004/05/19 23:56:38 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -5662,12 +5662,12 @@ SELECT TIMESTAMP 'now';
56625662
</row>
56635663
<row>
56645664
<entry> <literal>&amp;&lt;</literal> </entry>
5665-
<entry>Overlaps or is left of?</entry>
5665+
<entry>Does not extend to the right of?</entry>
56665666
<entry><literal>box '((0,0),(1,1))' &amp;&lt; box '((0,0),(2,2))'</literal></entry>
56675667
</row>
56685668
<row>
56695669
<entry> <literal>&amp;&gt;</literal> </entry>
5670-
<entry>Overlaps or is right of?</entry>
5670+
<entry>Does not extend to the left of?</entry>
56715671
<entry><literal>box '((0,0),(3,3))' &amp;&gt; box '((0,0),(2,2))'</literal></entry>
56725672
</row>
56735673
<row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp