projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
684ad6a
)
Add missing documentation for new anyarray-overlap operator.
author
Tom Lane
Sun, 10 Sep 2006 19:03:57 +0000
(19:03 +0000)
committer
Tom Lane
Sun, 10 Sep 2006 19:03:57 +0000
(19:03 +0000)
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index f1de523a224504a4390f9d689a9824cb61f22d13..179232ffa020421268298a21c2f2597124071908 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,4
+1,4
@@
-
+
Functions and Operators
@@
-7633,6
+7633,13
@@
SELECT NULLIF(value, '(none)') ...
t
+
+
&&
+
overlap (have elements in common)
+
ARRAY[1,4,3] && ARRAY[2,1]
+
t
+
+
||
array-to-array concatenation