From 3fcb7f0bd46b279da20ac3a9ffffda898c4cf573 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 21 Aug 2008 22:26:12 +0000 Subject: [PATCH] Mention that pg_dump does not dump ALTER DATABASE ... SET commands; backpatch to 8.3.X. Also fix markup that had just one bullet. --- doc/src/sgml/ref/pg_dump.sgml | 38 +++++++++++++++-------------------- 1 file changed, 16 insertions(+), 22 deletions(-) diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index fd0d56d8c0..cecc03e7e6 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1,5 +1,5 @@ @@ -733,22 +733,13 @@ CREATE DATABASE foo WITH TEMPLATE template0; - pg_dump has a few limitations: - - - - - When a data-only dump is chosen and the option - - - - + pg_dump has a limitation; when a + data-only dump is chosen and the option @@ -761,11 +752,14 @@ CREATE DATABASE foo WITH TEMPLATE template0; - The dump file produced by pg_dump does - not contain the statistics used by the optimizer to make query - planning decisions. Therefore, it is wise to run - ANALYZE after restoring from a dump file to - ensure good performance. + The dump file produced by pg_dump + does not contain the statistics used by the optimizer to make + query planning decisions. Therefore, it is wise to run + ANALYZE after restoring from a dump file + to ensure good performance. The dump file also does not + contain any ALTER DATABASE ... SET commands; + these settings are dumped by , + along with database users and other installation-wide settings. -- 2.50.0