|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.265 2010/04/13 08:19:12 mha Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.266 2010/04/15 16:25:13 heikki Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config">
|
4 | 4 | <title>Server Configuration</title>
|
@@ -1828,7 +1828,7 @@ SET ENABLE_SEQSCAN TO OFF;
|
1828 | 1828 | <para>
|
1829 | 1829 | Specifies the number of log file segments kept in <filename>pg_xlog</>
|
1830 | 1830 | directory, in case a standby server needs to fetch them via streaming
|
1831 |
| -replciation. Each segment is normally 16 megabytes. If a standby |
| 1831 | +replication. Each segment is normally 16 megabytes. If a standby |
1832 | 1832 | server connected to the primary falls behind more than
|
1833 | 1833 | <varname>standby_keep_segments</> segments, the primary might remove
|
1834 | 1834 | a WAL segment still needed by the standby and the replication
|
|