Restore pl/pgsql default install release note item.
authorBruce Momjian
Mon, 12 Jul 2010 18:30:36 +0000 (18:30 +0000)
committerBruce Momjian
Mon, 12 Jul 2010 18:30:36 +0000 (18:30 +0000)
doc/src/sgml/release-9.0.sgml

index b8d0992e65bceab6b3f6c1076f08a1d4f0c67b58..680f735b4412739ddd78632f72dd0cbf1aefd815 100644 (file)
@@ -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.