From: Robert Haas Date: Mon, 28 Mar 2011 13:42:09 +0000 (-0400) Subject: Mark up release notes using . X-Git-Tag: REL9_1_ALPHA5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Ftags%2FREL9_1_ALPHA5;p=postgresql Mark up release notes using . Unlike , this actually works. --- 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.