mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add note about pg_autovacuum settings not being saved on a dump, per
Robert Treat.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.46 2005/09/13 01:51:18 alvherre Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.47 2005/09/16 03:12:32 alvherre Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="maintenance">
|
<chapter id="maintenance">
|
||||||
@ -546,6 +546,16 @@ vacuum threshold = vacuum base threshold + vacuum scale factor * number of tuple
|
|||||||
by setting it to <literal>false</literal>.
|
by setting it to <literal>false</literal>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>
|
||||||
|
The contents of the <structname>pg_autovacuum</structname> system
|
||||||
|
catalog are currently not saved in database dumps created by
|
||||||
|
the tools <command>pg_dump</command> and <command>pg_dumpall</command>.
|
||||||
|
If you need to preserve them across a dump/reload cycle, make sure you
|
||||||
|
dump the catalog manually.
|
||||||
|
</para>
|
||||||
|
</note>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user