Add missing documentation for new anyarray-overlap operator.
authorTom Lane
Sun, 10 Sep 2006 19:03:57 +0000 (19:03 +0000)
committerTom Lane
Sun, 10 Sep 2006 19:03:57 +0000 (19:03 +0000)
doc/src/sgml/func.sgml

index f1de523a224504a4390f9d689a9824cb61f22d13..179232ffa020421268298a21c2f2597124071908 100644 (file)
@@ -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