File tree 1 file changed +6
-3
lines changed 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
-->
4
4
5
5
<Chapter Id="runtime">
@@ -541,8 +541,11 @@ env PGOPTIONS='-c geqo=off' psql
541
541
SET ENABLE_SEQSCAN TO OFF;
542
542
</screen>
543
543
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>.
546
549
</para>
547
550
548
551
<para>
You can’t perform that action at this time.
0 commit comments