diff options
author | Fujii Masao <fujii@postgresql.org> | 2013-12-19 19:22:29 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2013-12-19 19:22:29 +0900 |
commit | f83a75451f96ecf950b6b8e29f487723d481ce1b (patch) | |
tree | a4587f7750d1e94eba267bb72a8c99fdaa9951ea /doc/src | |
parent | 94b899b829657332bda856ac3f06153d09077bd1 (diff) | |
download | postgresql-f83a75451f96ecf950b6b8e29f487723d481ce1b.tar.gz postgresql-f83a75451f96ecf950b6b8e29f487723d481ce1b.zip |
Fix typo in docs for min_recovery_apply_delay.
Bernd Helmle
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/recovery-config.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml index ee5dc8687e2..550cdce6f99 100644 --- a/doc/src/sgml/recovery-config.sgml +++ b/doc/src/sgml/recovery-config.sgml @@ -152,7 +152,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows By default, a standby server keeps restoring WAL records from the primary as soon as possible. It may be useful to have a time-delayed copy of the data, offering various options to correct data loss errors. - This paramater allows you to delay recovery by a fixed period of time, + This parameter allows you to delay recovery by a fixed period of time, specified in milliseconds if no unit is specified. For example, if you set this parameter to <literal>5min</literal>, the standby will replay each transaction commit only when the system time on the standby |