diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2021-11-26 14:31:57 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2021-11-26 14:31:57 -0300 |
commit | 899a4b25ad6b45c3f7fbdbc177211b7279dba56a (patch) | |
tree | 28adff9c74949ae6b2508ae58de6fffae10aefd7 | |
parent | ef41c3fd6c86d6fa504144996b339704347322c9 (diff) |
Document units for max_slot_wal_keep_size
The doc blurb failed to mention units, as well as lacking the point
about changeability.
Backpatch to 13.
Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Reported by: b1000101@pm.me
Discussion: https://postgr.es/m/163760291192.26193.10801700492025355788@wrigleys.postgresql.org
-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 661bba99417..b2018d9763a 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -3988,6 +3988,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> |