Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cb659ec

Browse files
author
Neil Conway
committed
Explicitely mention that some GUC variables cannot be changed at
runtime.
1 parent ab8faed commit cb659ec

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.244 2004/03/05 23:16:17 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.245 2004/03/07 01:02:55 neilc Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -541,8 +541,11 @@ env PGOPTIONS='-c geqo=off' psql
541541
SET ENABLE_SEQSCAN TO OFF;
542542
</screen>
543543
If <command>SET</> is allowed, it overrides all other sources of
544-
values for the parameter. Superusers are allowed to <command>SET</>
545-
more values than ordinary users.
544+
values for the parameter. Superusers are allowed to
545+
<command>SET</> more values than ordinary users. Some parameters
546+
cannot be <command>SET</command> even by superusers: for example,
547+
if they control behavior that cannot reasonably be changed without
548+
restarting <productname>PostgreSQL</productname>.
546549
</para>
547550

548551
<para>

0 commit comments

Comments
 (0)