Index: ref/pg_dump.sgml
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/sgml/ref/pg_dump.sgml,v
retrieving revision 1.108
diff -c -2 -r1.108 pg_dump.sgml
*** ref/pg_dump.sgml	7 Feb 2009 15:25:51 -0000	1.108
--- ref/pg_dump.sgml	9 Feb 2009 20:19:48 -0000
***************
*** 760,773 ****
     library will apply.
    </para>
    <para>
!    The database activity of <application>pg_dump</application> is
!    normally collected by the statistics collector.  If this is
!    undesirable, you can set parameters <literal>stats_block_level</literal>
!    and <literal>stats_row_level</literal> to false via the
!    <application>libpq</> <envar>PGOPTIONS</envar> environment variable,
!    or via <literal>ALTER USER</literal>.
    </para>
  
- 
   </refsect1>
  
--- 760,772 ----
     library will apply.
    </para>
+ 
    <para>
!    The database activity of <application>pg_dump</application> is normally collected by the
!    statistics collector.  If this is undesirable, you can set parameter
!    <literal>track_counts</literal> to false via <envar>PGOPTIONS</envar>
!    or the <literal>ALTER USER</literal> command. For versions prior to 8.3, set
!    <literal>stats_block_level</literal> and <literal>stats_row_level</literal> instead.
    </para>
  
   </refsect1>
  
