diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index b8d0992e65b..680f735b441 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -1,4 +1,4 @@ - + Release 9.0 @@ -54,8 +54,9 @@ Broadly enhanced stored procedure support. The DO statement permits anonymous code blocks. Functions can now be called using named - parameters. PL/Perl and PL/Python have been enhanced in several ways, - including support for Python3. + parameters. PL/pgSQL is now installed by default, and PL/Perl and + PL/Python have been enhanced in several ways, including support for + Python3.