From 925cf1541cd44a36e17574dea66a62d1de3b9990 Mon Sep 17 00:00:00 2001 From: Bruce Momjian 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 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 7714cf271b..5ed6d085ac 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -760,9 +760,12 @@ PostgreSQL documentation library will apply. - The database activity of pg_dump is normally collected by the statistics collector. - If this is undesirable, you can set parameters stats_block_level and stats_row_level to false - via the libpq PGOPTIONS environment variable, or via ALTER USER. + The database activity of pg_dump is + normally collected by the statistics collector. If this is + undesirable, you can set parameters stats_block_level + and stats_row_level to false via the + libpq PGOPTIONS environment variable, + or via ALTER USER. -- 2.39.5