diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index b5f188dac37..cf956804d51 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -1727,7 +1727,8 @@ include_dir 'conf.d'
Controls whether huge pages are requested for the main shared memory
area. Valid values are try (the default),
- on, and off. With
+ on, and off.
+ This parameter can only be set at server start. With
huge_pages set to try, the
server will try to request huge pages, but fall back to the default if
that fails. With on, failure to request huge pages
@@ -2111,6 +2112,7 @@ include_dir 'conf.d'
platform, is generally discouraged because it typically requires
non-default kernel settings to allow for large allocations (see ).
+ This parameter can only be set at server start.
@@ -2138,6 +2140,7 @@ include_dir 'conf.d'
however, it may be useful for debugging, when the
pg_dynshmem directory is stored on a RAM disk, or when
other shared memory facilities are not available.
+ This parameter can only be set at server start.
@@ -3824,6 +3827,7 @@ include_dir 'conf.d'
blocks to prefetch. If this value is specified without units, it is
taken as bytes.
The default is 512kB.
+ This parameter can only be set at server start.
@@ -4447,9 +4451,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
- Record commit time of transactions. This parameter
- can only be set in postgresql.conf file or on the server
- command line. The default value is off.
+ Record commit time of transactions.
+ This parameter can only be set at server start.
+ The default value is off.
@@ -6658,8 +6662,7 @@ local0.* /var/log/postgresql
determines the program name used to identify
PostgreSQL messages in
the log. The default is PostgreSQL.
- This parameter can only be set in the postgresql.conf
- file or on the server command line.
+ This parameter can only be set at server start.
@@ -11170,6 +11173,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
main data files, wal for WAL files, and
wal_init for WAL files when being initially
allocated.
+ This parameter can only be set at server start.
Some operating systems and file systems do not support direct I/O, so