aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-03-28 09:42:09 -0400
committerRobert Haas <rhaas@postgresql.org>2011-03-28 09:42:09 -0400
commit7c7fd882a5275bf40cd5ac72c6118916f7802aa4 (patch)
treeb2282230a397098a37e0028bf63390553b9e73ad
parente5948e3504c72fb2b8b32af26bfbb016e7c71bf6 (diff)
downloadpostgresql-7c7fd882a5275bf40cd5ac72c6118916f7802aa4.tar.gz
postgresql-7c7fd882a5275bf40cd5ac72c6118916f7802aa4.zip
Mark up release notes using <link>.REL9_1_ALPHA5
Unlike <xref>, this actually works.
-rw-r--r--doc/src/sgml/release-9.1.sgml17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml
index 87b45674e3f..e0da29f6446 100644
--- a/doc/src/sgml/release-9.1.sgml
+++ b/doc/src/sgml/release-9.1.sgml
@@ -619,11 +619,12 @@
<listitem>
<para>
- Increase the maximum values for <varname>deadlock_timeout</>,
- <varname>max_standby_archive_delay</>,
- <varname>max_standby_streaming_delay</>,
- <varname>log_min_duration_statement</>, and
- <varname>log_autovacuum_min_duration</>.
+ Increase the maximum values for
+ <link linkend="guc-deadlock-timeout"><varname>deadlock_timeout</varname></link>,
+ <link linkend="guc-max-standby-archive-delay"><varname>max_standby_archive_delay</varname></link>,
+ <link linkend="guc-max-standby-streaming-delay"><varname>max_standby_streaming_delay</varname></link>,
+ <link linkend="guc-log-min-duration-statement"><varname>log_min_duration_statement</varname></link>, and
+ <link linkend="guc-log-autovacuum-min-duration"><varname>log_autovacuum_min_duration</varname></link>.
</para>
<para>
@@ -1074,9 +1075,9 @@
</para>
<para>
- <command>ALTER TABLE INHERIT</> now takes a stronger lock on the
- parent table, so that both children do not try to update it
- simultaneously.
+ <link linkend="sql-altertable"><command>ALTER TABLE</command></link>
+ now takes a stronger lock on the parent table, so that both children do
+ not try to update it simultaneously.
</para>
</listitem>