diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index f64719bd78..5c67f70863 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -541,8 +541,11 @@ env PGOPTIONS='-c geqo=off' psql SET ENABLE_SEQSCAN TO OFF; If SET is allowed, it overrides all other sources of - values for the parameter. Superusers are allowed to SET - more values than ordinary users. + values for the parameter. Superusers are allowed to + SET more values than ordinary users. Some parameters + cannot be SET even by superusers: for example, + if they control behavior that cannot reasonably be changed without + restarting PostgreSQL.