diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index be92e6acb32..ddfb29a4338 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -364,8 +364,8 @@ Ordinary comparison operators yield null (signifying unknown), not true or false, when either input is null. For example, - 7 = NULL yields null. When this behavior is not suitable, - use the + 7 = NULL yields null, as does 7 <> NULL. When + this behavior is not suitable, use the IS NOT DISTINCT FROM constructs: expression IS DISTINCT FROM expression