From 0885dd15171cf0f24074318fa178a122d6313558 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 21 Mar 2010 22:12:27 +0000 Subject: [PATCH] Remove 9.0 release notes xref's to HISTORY.html can be built. Document this restriction. --- doc/src/sgml/release-9.0.sgml | 45 +++++++++++++++++++++++++------------------ doc/src/sgml/release.sgml | 4 ++-- 2 files changed, 28 insertions(+), 21 deletions(-) diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index a4b698cdb8..e11828320c 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -1,4 +1,4 @@ - + @@ -353,9 +353,9 @@ While the Genetic Query Optimizer (GEQO) still selects random plans, it now selects the same random plans for - identical queries. You can modify to - randomize the starting value of the random plan generator. + identical queries. You can modify geqo_seed to randomize + the starting value of the random plan generator. @@ -941,9 +941,9 @@ - log_*_stats log output, e.g. , no longer shows - this information. + log_*_stats log output, e.g. log_statement_stats, + no longer shows this information. @@ -1070,17 +1070,20 @@ - The variable controls if hex (default) - or octal escapes are used for bytea output. (SWITCH - DEFAULT FOR BETA? PETER) Libpq's PQescapeByteaConn() - now uses the hex format for PostgreSQL 9.0 servers. + The variable bytea_output controls + if hex (default) or octal escapes are used for bytea + output. (SWITCH DEFAULT FOR BETA? PETER) Libpq's + PQescapeByteaConn() now uses the hex format + for PostgreSQL 9.0 servers. - Allow to be increased to 3 - (Tom) + Allow extra_float_digits + to be increased to 3 (Tom) @@ -1472,13 +1475,17 @@ - Add server variable to specify a PL/Perl - Perl initialization function (Tim Bunce) + Add server variable plperl.on_init to + specify a PL/Perl Perl initialization function (Tim + Bunce) - and plperl.on_plperlu_init - are also available for trusted/untrusted-specific initialization. + plperl.on_plperl_init + and plperl.on_plperlu_init are also available + for trusted/untrusted-specific initialization. @@ -1504,8 +1511,8 @@ - This can be enabled with the server variable . + This can be enabled with the server variable plperl.use_strict. diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 80d4fae227..6687cc50c9 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ - + -- 2.11.0