Skip to content

Commit 7c7fd88

Browse files
committed
Mark up release notes using <link>.
Unlike <xref>, this actually works.
1 parent e5948e3 commit 7c7fd88

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

doc/src/sgml/release-9.1.sgml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -619,11 +619,12 @@
619619

620620
<listitem>
621621
<para>
622-
Increase the maximum values for <varname>deadlock_timeout</>,
623-
<varname>max_standby_archive_delay</>,
624-
<varname>max_standby_streaming_delay</>,
625-
<varname>log_min_duration_statement</>, and
626-
<varname>log_autovacuum_min_duration</>.
622+
Increase the maximum values for
623+
<link linkend="guc-deadlock-timeout"><varname>deadlock_timeout</varname></link>,
624+
<link linkend="guc-max-standby-archive-delay"><varname>max_standby_archive_delay</varname></link>,
625+
<link linkend="guc-max-standby-streaming-delay"><varname>max_standby_streaming_delay</varname></link>,
626+
<link linkend="guc-log-min-duration-statement"><varname>log_min_duration_statement</varname></link>, and
627+
<link linkend="guc-log-autovacuum-min-duration"><varname>log_autovacuum_min_duration</varname></link>.
627628
</para>
628629

629630
<para>
@@ -1074,9 +1075,9 @@
10741075
</para>
10751076

10761077
<para>
1077-
<command>ALTER TABLE INHERIT</> now takes a stronger lock on the
1078-
parent table, so that both children do not try to update it
1079-
simultaneously.
1078+
<link linkend="sql-altertable"><command>ALTER TABLE</command></link>
1079+
now takes a stronger lock on the parent table, so that both children do
1080+
not try to update it simultaneously.
10801081
</para>
10811082
</listitem>
10821083

0 commit comments

Comments
 (0)