diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 5feb572de2..34e9d56e65 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -9016,7 +9016,9 @@ SELECT NULLIF(value, '(none)') ... Note that GREATEST and LEAST are not in - the SQL standard, but are a common extension. + the SQL standard, but are a common extension. Some other databases + make them return NULL if any argument is NULL, rather than only when + all are NULL.