Commit e374dfc1 authored by Neil Conway's avatar Neil Conway

Document that the semicolon following the final "END" in a function body

is optional.
parent 8d5ff6ba
<!-- <!--
$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 $
--> -->
<chapter id="plpgsql"> <chapter id="plpgsql">
...@@ -437,7 +437,8 @@ END; ...@@ -437,7 +437,8 @@ END;
<para> <para>
Each declaration and each statement within a block is terminated Each declaration and each statement within a block is terminated
by a semicolon. by a semicolon, although the final <literal>END</literal> that
concludes a function body does not require one.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment