mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Document that the semicolon following the final "END" in a function body
is optional.
This commit is contained in:
parent
8d5ff6bad1
commit
e374dfc119
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$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;
|
|||||||
|
|
||||||
<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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user