diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index f1de523a224..179232ffa02 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