diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 03859a78eaa..7fbcdfeae56 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -12481,6 +12481,15 @@ SELECT setval('foo', 42, false); Next nextval + + + Although COALESCE, GREATEST, and + LEAST are syntactically similar to functions, they are + not strictly functions, and thus cannot be used with explicit + VARIADIC array arguments. + + + <literal>CASE</literal>