projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24a1faf
)
Document &< and &> properly.
author
Bruce Momjian
Wed, 19 May 2004 23:56:38 +0000
(23:56 +0000)
committer
Bruce Momjian
Wed, 19 May 2004 23:56:38 +0000
(23:56 +0000)
William White
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 6fd36fe77bc47d5db27d6df5a5fa2364d95786f3..d95c5aa7527e76b097fe17badcc335ed45309da0 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,5
+1,5
@@
@@
-5662,12
+5662,12
@@
SELECT TIMESTAMP 'now';
&<
-
Overlaps or is lef
t of?
+
Does not extend to the righ
t of?
box '((0,0),(1,1))' &< box '((0,0),(2,2))'
&>
-
Overlaps or is righ
t of?
+
Does not extend to the lef
t of?
box '((0,0),(3,3))' &> box '((0,0),(2,2))'