--- a/doc/src/sgml/ref/analyze.sgml                                             
                                                                                
                                                               
+++ b/doc/src/sgml/ref/analyze.sgml                                             
                                                                                
                                                               
@@ -273,6 +273,12 @@ ANALYZE [ VERBOSE ] [ <replaceable 
class="parameter">table_and_columns</replacea                                   
                                                                                
       
     will not record new statistics for that table.  Any existing statistics    
                                                                                
                                                               
     will be retained.                                                          
                                                                                
                                                               
   </para>                                                                      
                                                                                
                                                               
+                                                                               
                                                                                
                                                               
+  <para>                                                                       
                                                                                
                                                               
+    Each backend running the <command>ANALYZE</command> command will report 
their                                                                           
                                                                  
+    progress to the <structname>pg_stat_progress_analyze</structname> view.    
                                                                                
                                                               
+    See <xref linkend="analyze-progress-reporting"/> for details.              
                                                                                
                                                               
+  </para>                                                                      
                                                                                
                                                               

I think this should say:

"..will report its progress to.."

Or:

"The progress of each backend running >ANALYZE< is reported in the
>pg_stat_progress_analyze< view."

-- 
Justin


Reply via email to