Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0885dd1

Browse files
committed
Remove 9.0 release notes xref's to HISTORY.html can be built.
Document this restriction.
1 parent075d441 commit0885dd1

File tree

2 files changed

+28
-21
lines changed

2 files changed

+28
-21
lines changed

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

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.7 2010/03/2102:24:29 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.8 2010/03/2122:12:27 momjian Exp $ -->
22

33

44
<sect1 id="release-9-0">
@@ -353,9 +353,9 @@
353353
<para>
354354
While the Genetic Query Optimizer (GEQO) still selects
355355
random plans, it now selects the same random plans for
356-
identical queries. You can modify <xref
357-
linkend="guc-geqo-seed"> to
358-
randomizethe starting value of the random plan generator.
356+
identical queries. You can modify <link
357+
linkend="guc-geqo-seed">geqo_seed</link> to randomize
358+
the starting value of the random plan generator.
359359
</para>
360360
</listitem>
361361

@@ -941,9 +941,9 @@
941941
</para>
942942

943943
<para>
944-
log_*_stats log output, e.g. <xref
945-
linkend="runtime-config-statistics-monitor">, no longer shows
946-
this information.
944+
log_*_stats log output, e.g. <link
945+
linkend="runtime-config-statistics-monitor">log_statement_stats</link>,
946+
no longer showsthis information.
947947
</para>
948948
</listitem>
949949

@@ -1070,17 +1070,20 @@
10701070
</para>
10711071

10721072
<para>
1073-
The variable <xref linkend="guc-bytea-output"> controls if hex (default)
1074-
or octal escapes are used for <type>bytea</> output. (SWITCH
1075-
DEFAULT FOR BETA? PETER) Libpq's <function>PQescapeByteaConn()</>
1076-
now uses the hex format for <productname>PostgreSQL</> 9.0 servers.
1073+
The variable <link
1074+
linkend="guc-bytea-output">bytea_output</link> controls
1075+
if hex (default) or octal escapes are used for <type>bytea</>
1076+
output. (SWITCH DEFAULT FOR BETA? PETER) Libpq's
1077+
<function>PQescapeByteaConn()</> now uses the hex format
1078+
for <productname>PostgreSQL</> 9.0 servers.
10771079
</para>
10781080
</listitem>
10791081

10801082
<listitem>
10811083
<para>
1082-
Allow <xref linkend="guc-extra-float-digits"> to be increased to <literal>3</>
1083-
(Tom)
1084+
Allow <link
1085+
linkend="guc-extra-float-digits">extra_float_digits</link>
1086+
to be increased to <literal>3</> (Tom)
10841087
</para>
10851088

10861089
<para>
@@ -1472,13 +1475,17 @@
14721475

14731476
<listitem>
14741477
<para>
1475-
Add server variable <xref linkend="guc-plperl-on-init"> to specify a PL/Perl
1476-
Perl initialization function (Tim Bunce)
1478+
Add server variable <link
1479+
linkend="guc-plperl-on-init">plperl.on_init</link> to
1480+
specify a PL/Perl Perl initialization function (Tim
1481+
Bunce)
14771482
</para>
14781483

14791484
<para>
1480-
<xref linkend="guc-plperl-on-plperl-init"> and <varname>plperl.on_plperlu_init</>
1481-
are also available for trusted/untrusted-specific initialization.
1485+
<link
1486+
linkend="guc-plperl-on-plperl-init">plperl.on_plperl_init</link>
1487+
and <varname>plperl.on_plperlu_init</> are also available
1488+
for trusted/untrusted-specific initialization.
14821489
</para>
14831490
</listitem>
14841491

@@ -1504,8 +1511,8 @@
15041511
</para>
15051512

15061513
<para>
1507-
This can be enabled with the server variable <xref
1508-
linkend="guc-plperl-use-strict">.
1514+
This can be enabled with the server variable <link
1515+
linkend="guc-plperl-use-strict">plperl.use_strict</link>.
15091516
</para>
15101517
</listitem>
15111518

‎doc/src/sgml/release.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.637 2010/03/2100:43:40 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.638 2010/03/2122:12:27 momjian Exp $ -->
22
<!--
33

44
Typical markup:
@@ -30,7 +30,7 @@ wrap long lines
3030

3131
For new features, add links to the documentation sections. Use </link>
3232
not just </> so that generate_history.pl can remove it, so HISTORY.html
33-
can be created without links to the main documentation.
33+
can be created without links to the main documentation. Don't use <xref>.
3434

3535
-->
3636

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp