We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b899b commit f83a754Copy full SHA for f83a754
doc/src/sgml/recovery-config.sgml
@@ -152,7 +152,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
152
By default, a standby server keeps restoring WAL records from the
153
primary as soon as possible. It may be useful to have a time-delayed
154
copy of the data, offering various options to correct data loss errors.
155
- 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,
156
specified in milliseconds if no unit is specified. For example, if
157
you set this parameter to <literal>5min</literal>, the standby will
158
replay each transaction commit only when the system time on the standby
0 commit comments