From a720c28f0af3185f7d40788a78867a36bff36bc7 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 28 Mar 2011 09:34:56 -0400 Subject: [PATCH] Get rid of links that don't work when building HISTORY. --- doc/src/sgml/release-9.1.sgml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index 34d5ea74dd..87b45674e3 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -619,11 +619,11 @@ - Increase the maximum values for , - , - , - , and - . + Increase the maximum values for deadlock_timeout, + max_standby_archive_delay, + max_standby_streaming_delay, + log_min_duration_statement, and + log_autovacuum_min_duration. @@ -1016,8 +1016,8 @@ - Add ALTER TABLE ... - ADD UNIQUE/PRIMARY KEY USING INDEX + Add ALTER TABLE ... + ADD UNIQUE/PRIMARY KEY USING INDEX (Gurjeet Singh) @@ -1029,7 +1029,7 @@ - Allow ALTER TABLE + Allow ALTER TABLE to add foreign keys without validation (Simon Riggs) @@ -1074,7 +1074,7 @@ - now takes a stronger lock on the + ALTER TABLE INHERIT now takes a stronger lock on the parent table, so that both children do not try to update it simultaneously.