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 8d5ff6b commit e374dfcCopy full SHA for e374dfc
doc/src/sgml/plpgsql.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.47 2004/09/24 18:54:14 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.48 2004/10/04 05:42:18 neilc Exp $
3
-->
4
5
<chapter id="plpgsql">
@@ -437,7 +437,8 @@ END;
437
438
<para>
439
Each declaration and each statement within a block is terminated
440
- by a semicolon.
+ by a semicolon, although the final <literal>END</literal> that
441
+ concludes a function body does not require one.
442
</para>
443
444
0 commit comments