|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.107 2009/02/0714:31:30 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.108 2009/02/0715:25:51 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -760,9 +760,12 @@ PostgreSQL documentation
|
760 | 760 | library will apply.
|
761 | 761 | </para>
|
762 | 762 | <para>
|
763 |
| - The database activity of <application>pg_dump</application> is normally collected by the statistics collector. |
764 |
| - If this is undesirable, you can set parameters <literal>stats_block_level</literal> and <literal>stats_row_level</literal> to false |
765 |
| - via the <application>libpq</> <envar>PGOPTIONS</envar> environment variable, or via <literal>ALTER USER</literal>. |
| 763 | + The database activity of <application>pg_dump</application> is |
| 764 | + 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 | 769 | </para>
|
767 | 770 |
|
768 | 771 |
|
|