diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2010-05-17 17:46:13 +0000 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2010-05-17 17:46:13 +0000 |
commit | 99ad9236bc6fee829017b8d93a96dfb2e16b8f3c (patch) | |
tree | 375c7b8fa69bf673fdd15b43ddf6d63fc205a6df | |
parent | 6d932df652300e4f7966f3d77d665f1228b214e0 (diff) | |
download | postgresql-99ad9236bc6fee829017b8d93a96dfb2e16b8f3c.tar.gz postgresql-99ad9236bc6fee829017b8d93a96dfb2e16b8f3c.zip |
Clarify plperl subroutine name release notes item, remove now redundant Safe.pm item.
-rw-r--r-- | doc/src/sgml/release-9.0.sgml | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index b6a7ffa7bbd..20269adfe14 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.21 2010/05/13 12:47:50 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.22 2010/05/17 17:46:13 adunstan Exp $ --> <sect1 id="release-9-0"> <title>Release 9.0</title> @@ -1739,19 +1739,13 @@ recovery_connections -> hot_standby <listitem> <para> - PL/Perl subroutines are now given names (Tim Bunce) + PL/Perl subroutines are now given perl-visible names (Tim Bunce) </para> <para> - This is for the use of profiling and code coverage tools. DIDN'T - THEY HAVE NAMES BEFORE? - </para> - </listitem> - - <listitem> - <para> - PL/Perl no longer allows <application>Safe</> version 2.20 because - it is unsafe (Tim Bunce) + PL/Perl subroutines are anonymous subrefs; this change adds entries + to the Perl symbol table for them, making profiling and code coverage + tools much more usable. </para> </listitem> |