From 952fe78a054e9096a81cbf53ad3780bc661182bb Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Sat, 7 Feb 2009 15:25:51 +0000 Subject: [PATCH] Properly wrap new pg_dump doc text. --- doc/src/sgml/ref/pg_dump.sgml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 71bab9681b7..fff53d68286 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.107 2009/02/07 14:31:30 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.108 2009/02/07 15:25:51 momjian Exp $ PostgreSQL documentation --> @@ -760,9 +760,12 @@ PostgreSQL documentation 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>. + 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> -- GitLab