Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3e579cf

Browse files
committed
Add note about pg_autovacuum settings not being saved on a dump, per
Robert Treat.
1 parentdc06734 commit3e579cf

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)

[8]ページ先頭

©2009-2025 Movatter.jp