diff options
-rw-r--r-- | doc/src/sgml/config.sgml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index b5d06b49e29..c4290b7c821 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -4171,6 +4171,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows to continue replication due to removal of required WAL files. You can see the WAL availability of replication slots in <link linkend="view-pg-replication-slots">pg_replication_slots</link>. + If this value is specified without units, it is taken as megabytes. + This parameter can only be set in the <filename>postgresql.conf</filename> + file or on the server command line. </para> </listitem> </varlistentry> |