Fix typo in docs for min_recovery_apply_delay.
authorFujii Masao
Thu, 19 Dec 2013 10:22:29 +0000 (19:22 +0900)
committerFujii Masao
Thu, 19 Dec 2013 10:22:29 +0000 (19:22 +0900)
Bernd Helmle

doc/src/sgml/recovery-config.sgml

index ee5dc8687e2ee06b9aa40030a5aac13c2d5cff44..550cdce6f99a23d3c00c854a151798a5a4719a67 100644 (file)
@@ -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 5min, the standby will
         replay each transaction commit only when the system time on the standby