File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.294.2.5 2010/08/19 22:55:09 tgl Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.294.2.6 2010/08/22 02:37:38 momjian Exp $ -->
2
2
3
3
<chapter Id="runtime-config">
4
4
<title>Server Configuration</title>
@@ -4117,7 +4117,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
4117
4117
<para>
4118
4118
Specifies the maximum age (in transactions) that a table's
4119
4119
<structname>pg_class</>.<structfield>relfrozenxid</> field can
4120
- attain before a <command>VACUUM</> operation is forced to prevent
4120
+ attain before a <command>VACUUM</> operation is forced to allow removal
4121
+ of old files from the <filename>pg_clog</> subdirectory and prevent
4121
4122
transaction ID wraparound within the table. Note that the system
4122
4123
will launch autovacuum processes to prevent wraparound even when
4123
4124
autovacuum is otherwise disabled.
You can’t perform that action at this time.
0 commit comments