relnotes: updates "cumulative statistics system" mention
authorBruce Momjian
Mon, 11 Jul 2022 18:21:24 +0000 (14:21 -0400)
committerBruce Momjian
Mon, 11 Jul 2022 18:21:24 +0000 (14:21 -0400)
Also add "the".

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20220711173923[email protected]

Backpatch-through: 15 only

doc/src/sgml/release-15.sgml

index 179ad37d9d4c020acd96854ca79aa895bdbd1c30..cde78b6181dc62df10e41300882b72759d3b22e6 100644 (file)
@@ -1100,8 +1100,8 @@ Author: Andres Freund 
 
       
        
-        Store server-level
-        statistics in shared memory (Kyotaro Horiguchi, Andres
+        Store cumulative statistics
+        system data in shared memory (Kyotaro Horiguchi, Andres
         Freund, Melanie Plageman)
        
 
@@ -1248,7 +1248,7 @@ Author: Tom Lane 
        
 
        
-        New function has_parameter_privilege()
+        The new function has_parameter_privilege()
         reports on this privilege.
        
       
@@ -1656,7 +1656,7 @@ Author: Amit Kapila 
        
 
        
-        New function 
+        The new function 
         linkend="monitoring-stats-functions">pg_stat_reset_subscription_stats()
         allows the resetting of subscriber statistics.