diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 98d1497..c58d791 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -352,6 +352,12 @@ This definition conforms to the SQL standard, and is a change from the inconsistent behavior exhibited by PostgreSQL versions prior to 8.2. + Such treatment of row-valued expressions applies only for IS + [ NOT ] NULL. In other contexts (IS DISTINCT + FROM, COUNT, COALESCE, + functions declared STRICT and so on) the fields of + a row-valued expression have no effect on whether the expression + is considered to be null.