diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index 4cf4d6c31aa..e9573736ab7 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -1,5 +1,5 @@ @@ -1669,6 +1669,11 @@ FOR i IN REVERSE 10..1 LOOP END LOOP; + + + If the lower bound is greater than the upper bound, the loop body is not + executed at all, but no error is raised. +