diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index 3e87f76f5b3..d705920dcb0 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -1,5 +1,5 @@ @@ -437,7 +437,8 @@ END; Each declaration and each statement within a block is terminated - by a semicolon. + by a semicolon, although the final END that + concludes a function body does not require one.