mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
Document &< and &> properly.
William White <bwhite@frognet.net>
This commit is contained in:
parent
24a1fafc8d
commit
d5003e5221
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.202 2004/05/14 21:42:27 neilc Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.203 2004/05/19 23:56:38 momjian Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@ -5662,12 +5662,12 @@ SELECT TIMESTAMP 'now';
|
||||
</row>
|
||||
<row>
|
||||
<entry> <literal>&<</literal> </entry>
|
||||
<entry>Overlaps or is left of?</entry>
|
||||
<entry>Does not extend to the right of?</entry>
|
||||
<entry><literal>box '((0,0),(1,1))' &< box '((0,0),(2,2))'</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry> <literal>&></literal> </entry>
|
||||
<entry>Overlaps or is right of?</entry>
|
||||
<entry>Does not extend to the left of?</entry>
|
||||
<entry><literal>box '((0,0),(3,3))' &> box '((0,0),(2,2))'</literal></entry>
|
||||
</row>
|
||||
<row>
|
||||
|
Loading…
Reference in New Issue
Block a user