doc: add ALTER TABLE lock level item as major 9.4 item
authorBruce Momjian
Wed, 21 May 2014 19:49:44 +0000 (15:49 -0400)
committerBruce Momjian
Wed, 21 May 2014 19:49:44 +0000 (15:49 -0400)
Report by Simon Riggs

doc/src/sgml/release-9.4.sgml

index 20ba3c2c1ff0f9168c8707342eb862eb34bd052e..871d4a6b621a75d3a754284ed55e4dbc80100e5f 100644 (file)
       
      
 
+     
+      
+       Reduce lock levels of some 
+       linkend="SQL-ALTERTABLE">ALTER TABLE commands
+      
+     
+
    
 
    
        
         Reduce lock levels of some 
         linkend="SQL-ALTERTABLE">ALTER TABLE commands
-        (Simon Riggs, Noah Misch)
+        (Simon Riggs, Noah Misch, Robert Haas)