Mark up release notes using . REL9_1_ALPHA5
authorRobert Haas
Mon, 28 Mar 2011 13:42:09 +0000 (09:42 -0400)
committerRobert Haas
Mon, 28 Mar 2011 13:42:09 +0000 (09:42 -0400)
Unlike , this actually works.

doc/src/sgml/release-9.1.sgml

index 87b45674e3ffd222ecbdf4b49369a3019f01ee53..e0da29f6446162f3fac0816361ec64febda61272 100644 (file)
 
       
        
-        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.
        
 
        
        
 
        
-        <command>ALTER TABLE INHERIT now takes a stronger lock on the
-        parent table, so that both children do not try to update it
-        simultaneously.
+        <link linkend="sql-altertable">ALTER TABLE
+        now takes a stronger lock on the parent table, so that both children do
+        not try to update it simultaneously.