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 3f806740d5d..ab617c7b868 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -4175,6 +4175,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> |