Skip to content

Commit a720c28

Browse files
committed
Get rid of links that don't work when building HISTORY.
1 parent 20a1159 commit a720c28

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/src/sgml/release-9.1.sgml

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

620620
<listitem>
621621
<para>
622-
Increase the maximum values for <xref linkend="guc-deadlock-timeout">,
623-
<xref linkend="guc-max-standby-archive-delay">,
624-
<xref linkend="guc-max-standby-streaming-delay">,
625-
<xref linkend="guc-log-min-duration-statement">, and
626-
<xref linkend="guc-log-autovacuum-min-duration">.
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</>.
627627
</para>
628628

629629
<para>
@@ -1016,8 +1016,8 @@
10161016

10171017
<listitem>
10181018
<para>
1019-
Add <link linkend="SQL-ALTERTABLE"><command>ALTER TABLE ...
1020-
ADD UNIQUE/PRIMARY KEY USING INDEX</command></link>
1019+
Add <command>ALTER TABLE ...
1020+
ADD UNIQUE/PRIMARY KEY USING INDEX</command>
10211021
(Gurjeet Singh)
10221022
</para>
10231023

@@ -1029,7 +1029,7 @@
10291029

10301030
<listitem>
10311031
<para>
1032-
Allow <link linkend="SQL-ALTERTABLE"><command>ALTER TABLE</></link>
1032+
Allow <command>ALTER TABLE</>
10331033
to add foreign keys without validation (Simon Riggs)
10341034
</para>
10351035

@@ -1074,7 +1074,7 @@
10741074
</para>
10751075

10761076
<para>
1077-
<xref linkend="sql-altertable"> now takes a stronger lock on the
1077+
<command>ALTER TABLE INHERIT</> now takes a stronger lock on the
10781078
parent table, so that both children do not try to update it
10791079
simultaneously.
10801080
</para>

0 commit comments

Comments
 (0)