|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.41 2010/07/12 18:25:21 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.42 2010/07/12 18:30:36 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <sect1 id="release-9-0"> |
4 | 4 | <title>Release 9.0</title> |
|
54 | 54 | Broadly enhanced stored procedure support. |
55 | 55 | The <link linkend="SQL-DO"><command>DO</></link> statement permits |
56 | 56 | anonymous code blocks. Functions can now be called using named |
57 | | - parameters. PL/Perl and PL/Python have been enhanced in several ways, |
58 | | - including support for Python3. |
| 57 | + parameters. PL/pgSQL is now installed by default, and PL/Perl and |
| 58 | + PL/Python have been enhanced in several ways, including support for |
| 59 | + Python3. |
59 | 60 | </para> |
60 | 61 | </listitem> |
61 | 62 |
|
|