aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-03-28 09:34:56 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-03-28 09:34:56 -0400
commita720c28f0af3185f7d40788a78867a36bff36bc7 (patch)
tree92ac230ce0672ec86768d8a148853ae401880e3c
parent20a1159fccd2c4580e5e1c9782cb98f95c40648a (diff)
downloadpostgresql-a720c28f0af3185f7d40788a78867a36bff36bc7.tar.gz
postgresql-a720c28f0af3185f7d40788a78867a36bff36bc7.zip
Get rid of links that don't work when building HISTORY.
-rw-r--r--doc/src/sgml/release-9.1.sgml18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml
index 34d5ea74dd6..87b45674e3f 100644
--- a/doc/src/sgml/release-9.1.sgml
+++ b/doc/src/sgml/release-9.1.sgml
@@ -619,11 +619,11 @@
<listitem>
<para>
- Increase the maximum values for <xref linkend="guc-deadlock-timeout">,
- <xref linkend="guc-max-standby-archive-delay">,
- <xref linkend="guc-max-standby-streaming-delay">,
- <xref linkend="guc-log-min-duration-statement">, and
- <xref linkend="guc-log-autovacuum-min-duration">.
+ 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</>.
</para>
<para>
@@ -1016,8 +1016,8 @@
<listitem>
<para>
- Add <link linkend="SQL-ALTERTABLE"><command>ALTER TABLE ...
- ADD UNIQUE/PRIMARY KEY USING INDEX</command></link>
+ Add <command>ALTER TABLE ...
+ ADD UNIQUE/PRIMARY KEY USING INDEX</command>
(Gurjeet Singh)
</para>
@@ -1029,7 +1029,7 @@
<listitem>
<para>
- Allow <link linkend="SQL-ALTERTABLE"><command>ALTER TABLE</></link>
+ Allow <command>ALTER TABLE</>
to add foreign keys without validation (Simon Riggs)
</para>
@@ -1074,7 +1074,7 @@
</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
simultaneously.
</para>