|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.108 2009/02/07 15:25:51 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.109 2009/02/10 00:55:21 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -759,16 +759,15 @@ PostgreSQL documentation
|
759 | 759 | variables used by the <application>libpq</application> front-end
|
760 | 760 | library will apply.
|
761 | 761 | </para>
|
| 762 | + |
762 | 763 | <para>
|
763 | 764 | The database activity of <application>pg_dump</application> is
|
764 | 765 | normally collected by the statistics collector. If this is
|
765 |
| - undesirable, you can set parameters <literal>stats_block_level</literal> |
766 |
| - and <literal>stats_row_level</literal> to false via the |
767 |
| - <application>libpq</> <envar>PGOPTIONS</envar> environment variable, |
768 |
| - or via <literal>ALTER USER</literal>. |
| 766 | + undesirable, you can set parameter <literal>track_counts</literal> |
| 767 | + to false via <envar>PGOPTIONS</envar> or the <literal>ALTER |
| 768 | + USER</literal> command. |
769 | 769 | </para>
|
770 | 770 |
|
771 |
| - |
772 | 771 | </refsect1>
|
773 | 772 |
|
774 | 773 |
|
|