Get rid of links that don't work when building HISTORY.

This commit is contained in:
Tom Lane 2011-03-28 09:34:56 -04:00
parent 20a1159fcc
commit a720c28f0a
1 changed files with 9 additions and 9 deletions

View File

@ -619,11 +619,11 @@
<listitem> <listitem>
<para> <para>
Increase the maximum values for <xref linkend="guc-deadlock-timeout">, Increase the maximum values for <varname>deadlock_timeout</>,
<xref linkend="guc-max-standby-archive-delay">, <varname>max_standby_archive_delay</>,
<xref linkend="guc-max-standby-streaming-delay">, <varname>max_standby_streaming_delay</>,
<xref linkend="guc-log-min-duration-statement">, and <varname>log_min_duration_statement</>, and
<xref linkend="guc-log-autovacuum-min-duration">. <varname>log_autovacuum_min_duration</>.
</para> </para>
<para> <para>
@ -1016,8 +1016,8 @@
<listitem> <listitem>
<para> <para>
Add <link linkend="SQL-ALTERTABLE"><command>ALTER TABLE ... Add <command>ALTER TABLE ...
ADD UNIQUE/PRIMARY KEY USING INDEX</command></link> ADD UNIQUE/PRIMARY KEY USING INDEX</command>
(Gurjeet Singh) (Gurjeet Singh)
</para> </para>
@ -1029,7 +1029,7 @@
<listitem> <listitem>
<para> <para>
Allow <link linkend="SQL-ALTERTABLE"><command>ALTER TABLE</></link> Allow <command>ALTER TABLE</>
to add foreign keys without validation (Simon Riggs) to add foreign keys without validation (Simon Riggs)
</para> </para>
@ -1074,7 +1074,7 @@
</para> </para>
<para> <para>
<xref linkend="sql-altertable"> now takes a stronger lock on the <command>ALTER TABLE INHERIT</> now takes a stronger lock on the
parent table, so that both children do not try to update it parent table, so that both children do not try to update it
simultaneously. simultaneously.
</para> </para>