Skip to content

Commit 3e579cf

Browse files
committed
Add note about pg_autovacuum settings not being saved on a dump, per
Robert Treat.
1 parent dc06734 commit 3e579cf

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

doc/src/sgml/maintenance.sgml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.46 2005/09/13 01:51:18 alvherre Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.47 2005/09/16 03:12:32 alvherre Exp $
33
-->
44

55
<chapter id="maintenance">
@@ -542,10 +542,20 @@ vacuum threshold = vacuum base threshold + vacuum scale factor * number of tuple
542542
values, the <varname>vacuum_cost_limit</varname> and
543543
<varname>vacuum_cost_delay</varname> values will be used instead.
544544
The other parameter, <structname>pg_autovacuum</>.<structfield>enabled</>,
545-
can be used to instruct the autovacuum daemon to skip any particular table
546-
by setting it to <literal>false</literal>.
545+
can be used to instruct the autovacuum daemon to skip any particular table
546+
by setting it to <literal>false</literal>.
547547
</para>
548548

549+
<note>
550+
<para>
551+
The contents of the <structname>pg_autovacuum</structname> system
552+
catalog are currently not saved in database dumps created by
553+
the tools <command>pg_dump</command> and <command>pg_dumpall</command>.
554+
If you need to preserve them across a dump/reload cycle, make sure you
555+
dump the catalog manually.
556+
</para>
557+
</note>
558+
549559
</sect2>
550560
</sect1>
551561

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy