Add missing documentation for new anyarray-overlap operator.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Sep 2006 19:03:57 +0000 (19:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
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 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.335 2006/09/10 00:29:33 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.336 2006/09/10 19:03:57 tgl Exp $ -->
 
  <chapter id="functions">
   <title>Functions and Operators</title>
@@ -7633,6 +7633,13 @@ SELECT NULLIF(value, '(none)') ...
         <entry><literal>t</literal></entry>
        </row>
 
+       <row>
+        <entry> <literal>&amp;&amp;</literal> </entry>
+        <entry>overlap (have elements in common)</entry>
+        <entry><literal>ARRAY[1,4,3] &amp;&amp; ARRAY[2,1]</literal></entry>
+        <entry><literal>t</literal></entry>
+       </row>
+
        <row>
         <entry> <literal>||</literal> </entry>
         <entry>array-to-array concatenation</entry>