From 69b7c99265a495365a49d89692fafe12d2a69d13 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 10 Sep 2006 19:03:57 +0000 Subject: [PATCH] Add missing documentation for new anyarray-overlap operator. --- doc/src/sgml/func.sgml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index f1de523a22..179232ffa0 100644 --- 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