We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a2014 commit ee4ae6cCopy full SHA for ee4ae6c
doc/src/sgml/plpgsql.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/plpgsql.sgml,v 1.21 2003/08/31 17:32:19 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/plpgsql.sgml,v 1.22 2003/09/03 22:17:07 petere Exp $
3
-->
4
5
<chapter id="plpgsql">
@@ -1669,6 +1669,11 @@ FOR i IN REVERSE 10..1 LOOP
1669
END LOOP;
1670
</programlisting>
1671
</para>
1672
+
1673
+ <para>
1674
+ If the lower bound is greater than the upper bound, the loop body is not
1675
+ executed at all, but no error is raised.
1676
+ </para>
1677
</sect3>
1678
</sect2>
1679
0 commit comments