|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.82 2006/09/02 23:12:16 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.83 2006/09/03 19:06:15 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config">
|
4 | 4 | <title>Server Configuration</title>
|
@@ -1591,8 +1591,8 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows
|
1591 | 1591 | </indexterm>
|
1592 | 1592 | <listitem>
|
1593 | 1593 | <para>
|
1594 |
| -By default, the<xref linkend="guc-archive-command"> is only invoked |
1595 |
| -on completedWAL segments. Hence, |
| 1594 | +The<xref linkend="guc-archive-command"> is only invoked on completed |
| 1595 | + WAL segments. Hence, |
1596 | 1596 | if your server generates only little WAL traffic (or has slack periods
|
1597 | 1597 | where it does so), there could be a long delay between the completion
|
1598 | 1598 | of a transaction and its safe recording in archive storage. To put
|
|