Commit 0885dd15 authored by Bruce Momjian's avatar Bruce Momjian

Remove 9.0 release notes xref's to HISTORY.html can be built.

Document this restriction.
parent 075d4412
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.7 2010/03/21 02:24:29 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.8 2010/03/21 22:12:27 momjian Exp $ -->
<sect1 id="release-9-0"> <sect1 id="release-9-0">
...@@ -353,9 +353,9 @@ ...@@ -353,9 +353,9 @@
<para> <para>
While the Genetic Query Optimizer (GEQO) still selects While the Genetic Query Optimizer (GEQO) still selects
random plans, it now selects the same random plans for random plans, it now selects the same random plans for
identical queries. You can modify <xref identical queries. You can modify <link
linkend="guc-geqo-seed"> to linkend="guc-geqo-seed">geqo_seed</link> to randomize
randomize the starting value of the random plan generator. the starting value of the random plan generator.
</para> </para>
</listitem> </listitem>
...@@ -941,9 +941,9 @@ ...@@ -941,9 +941,9 @@
</para> </para>
<para> <para>
log_*_stats log output, e.g. <xref log_*_stats log output, e.g. <link
linkend="runtime-config-statistics-monitor">, no longer shows linkend="runtime-config-statistics-monitor">log_statement_stats</link>,
this information. no longer shows this information.
</para> </para>
</listitem> </listitem>
...@@ -1070,17 +1070,20 @@ ...@@ -1070,17 +1070,20 @@
</para> </para>
<para> <para>
The variable <xref linkend="guc-bytea-output"> controls if hex (default) The variable <link
or octal escapes are used for <type>bytea</> output. (SWITCH linkend="guc-bytea-output">bytea_output</link> controls
DEFAULT FOR BETA? PETER) Libpq's <function>PQescapeByteaConn()</> if hex (default) or octal escapes are used for <type>bytea</>
now uses the hex format for <productname>PostgreSQL</> 9.0 servers. output. (SWITCH DEFAULT FOR BETA? PETER) Libpq's
<function>PQescapeByteaConn()</> now uses the hex format
for <productname>PostgreSQL</> 9.0 servers.
</para> </para>
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
Allow <xref linkend="guc-extra-float-digits"> to be increased to <literal>3</> Allow <link
(Tom) linkend="guc-extra-float-digits">extra_float_digits</link>
to be increased to <literal>3</> (Tom)
</para> </para>
<para> <para>
...@@ -1472,13 +1475,17 @@ ...@@ -1472,13 +1475,17 @@
<listitem> <listitem>
<para> <para>
Add server variable <xref linkend="guc-plperl-on-init"> to specify a PL/Perl Add server variable <link
Perl initialization function (Tim Bunce) linkend="guc-plperl-on-init">plperl.on_init</link> to
specify a PL/Perl Perl initialization function (Tim
Bunce)
</para> </para>
<para> <para>
<xref linkend="guc-plperl-on-plperl-init"> and <varname>plperl.on_plperlu_init</> <link
are also available for trusted/untrusted-specific initialization. linkend="guc-plperl-on-plperl-init">plperl.on_plperl_init</link>
and <varname>plperl.on_plperlu_init</> are also available
for trusted/untrusted-specific initialization.
</para> </para>
</listitem> </listitem>
...@@ -1504,8 +1511,8 @@ ...@@ -1504,8 +1511,8 @@
</para> </para>
<para> <para>
This can be enabled with the server variable <xref This can be enabled with the server variable <link
linkend="guc-plperl-use-strict">. linkend="guc-plperl-use-strict">plperl.use_strict</link>.
</para> </para>
</listitem> </listitem>
......
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.637 2010/03/21 00:43:40 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.638 2010/03/21 22:12:27 momjian Exp $ -->
<!-- <!--
Typical markup: Typical markup:
...@@ -30,7 +30,7 @@ wrap long lines ...@@ -30,7 +30,7 @@ wrap long lines
For new features, add links to the documentation sections. Use </link> For new features, add links to the documentation sections. Use </link>
not just </> so that generate_history.pl can remove it, so HISTORY.html not just </> so that generate_history.pl can remove it, so HISTORY.html
can be created without links to the main documentation. can be created without links to the main documentation. Don't use <xref>.
--> -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment