Add comma after "Previously" as suggested by Josh Kupershmidt
authorBruce Momjian
Thu, 10 May 2012 17:47:49 +0000 (13:47 -0400)
committerBruce Momjian
Thu, 10 May 2012 17:47:58 +0000 (13:47 -0400)
doc/src/sgml/release-9.2.sgml

index ed8ce999fbb0f129630a324317ead60a4f4c7705..fc477c84b0b47e17d2039ec81b422c62c07655e6 100644 (file)
        
        
        
-        Previously supplied years and year masks of less than four digits
+        Previously, supplied years and year masks of less than four digits
         wrapped inconsistently.
        
       
        
        
        
-        Previously such not-valid-for-session errors would cause all
+        Previously, such not-valid-for-session errors would cause all
         setting changes to be ignored by that backend.
        
       
        
        
        
-        Previously the generic label ?column? was used.
+        Previously, the generic label ?column? was used.
        
       
       
        
        
        
-        Previously default permissions generated NULL fields.
+        Previously, default permissions generated NULL fields.
         (WAS IT NULL?)
        
       
        
        
        
-        Previously libpq collected the entire query result into memory
+        Previously, libpq collected the entire query result into memory
         before passing it back to the application.