From 7c7fd882a5275bf40cd5ac72c6118916f7802aa4 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 28 Mar 2011 09:42:09 -0400 Subject: [PATCH] Mark up release notes using . Unlike , this actually works. --- doc/src/sgml/release-9.1.sgml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/src/sgml/release-9.1.sgml b/doc/src/sgml/release-9.1.sgml index 87b45674e3..e0da29f644 100644 --- a/doc/src/sgml/release-9.1.sgml +++ b/doc/src/sgml/release-9.1.sgml @@ -619,11 +619,12 @@ - Increase the maximum values for deadlock_timeout, - max_standby_archive_delay, - max_standby_streaming_delay, - log_min_duration_statement, and - log_autovacuum_min_duration. + Increase the maximum values for + deadlock_timeout, + max_standby_archive_delay, + max_standby_streaming_delay, + log_min_duration_statement, and + log_autovacuum_min_duration. @@ -1074,9 +1075,9 @@ - ALTER TABLE INHERIT now takes a stronger lock on the - parent table, so that both children do not try to update it - simultaneously. + ALTER TABLE + now takes a stronger lock on the parent table, so that both children do + not try to update it simultaneously. -- 2.40.0