OSDN Git Service

Remove 9.0 release notes xref's to HISTORY.html can be built.
authorBruce Momjian <bruce@momjian.us>
Sun, 21 Mar 2010 22:12:27 +0000 (22:12 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 21 Mar 2010 22:12:27 +0000 (22:12 +0000)
Document this restriction.

doc/src/sgml/release-9.0.sgml
doc/src/sgml/release.sgml

index a4b698c..e118283 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $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">
             <para>
               While the Genetic Query Optimizer (GEQO) still selects
               random plans, it now selects the same random plans for
-              identical queries.  You can modify <xref
-              linkend="guc-geqo-seed"> to
-              randomize the starting value of the random plan generator.
+              identical queries.  You can modify <link
+              linkend="guc-geqo-seed">geqo_seed</link> to randomize
+              the starting value of the random plan generator.
             </para>
           </listitem>
 
             </para>
 
             <para>
-              log_*_stats log output, e.g. <xref
-              linkend="runtime-config-statistics-monitor">, no longer shows
-              this information.
+              log_*_stats log output, e.g. <link
+              linkend="runtime-config-statistics-monitor">log_statement_stats</link>,
+              no longer shows this information.
             </para>
           </listitem>
 
           </para>
 
           <para>
-            The variable <xref linkend="guc-bytea-output"> controls if hex (default)
-            or octal escapes are used for <type>bytea</> output.  (SWITCH
-            DEFAULT FOR BETA?  PETER)  Libpq's <function>PQescapeByteaConn()</>
-            now uses the hex format for <productname>PostgreSQL</> 9.0 servers.
+            The variable <link
+            linkend="guc-bytea-output">bytea_output</link> controls
+            if hex (default) or octal escapes are used for <type>bytea</>
+            output.  (SWITCH DEFAULT FOR BETA?  PETER) Libpq's
+            <function>PQescapeByteaConn()</> now uses the hex format
+            for <productname>PostgreSQL</> 9.0 servers.
           </para>
         </listitem>
 
         <listitem>
           <para>
-            Allow <xref linkend="guc-extra-float-digits"> to be increased to <literal>3</>
-        (Tom)
+            Allow <link
+            linkend="guc-extra-float-digits">extra_float_digits</link>
+            to be increased to <literal>3</> (Tom)
           </para>
 
           <para>
 
           <listitem>
             <para>
-              Add server variable <xref linkend="guc-plperl-on-init"> to specify a PL/Perl
-              Perl initialization function (Tim Bunce)
+              Add server variable <link
+              linkend="guc-plperl-on-init">plperl.on_init</link> to
+              specify a PL/Perl Perl initialization function (Tim
+              Bunce)
             </para>
 
             <para>
-              <xref linkend="guc-plperl-on-plperl-init"> and <varname>plperl.on_plperlu_init</>
-              are also available for trusted/untrusted-specific initialization.
+              <link
+              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>
           </listitem>
 
             </para>
 
             <para>
-              This can be enabled with the server variable <xref
-              linkend="guc-plperl-use-strict">.
+              This can be enabled with the server variable <link
+              linkend="guc-plperl-use-strict">plperl.use_strict</link>.
             </para>
           </listitem>
 
index 80d4fae..6687cc5 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $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:
@@ -30,7 +30,7 @@ wrap long lines
 
 For new features, add links to the documentation sections.  Use </link>
 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>.
 
 -->