Commit f28d5614 authored by Neil Conway's avatar Neil Conway

Tweak some text to avoid using <command>SET</command> as a verb, per

suggestion from Peter E.
parent df6b11db
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.247 2004/03/09 16:57:47 neilc Exp $ $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.248 2004/03/09 23:15:47 neilc Exp $
--> -->
<Chapter Id="runtime"> <Chapter Id="runtime">
...@@ -541,11 +541,12 @@ env PGOPTIONS='-c geqo=off' psql ...@@ -541,11 +541,12 @@ env PGOPTIONS='-c geqo=off' psql
SET ENABLE_SEQSCAN TO OFF; SET ENABLE_SEQSCAN TO OFF;
</screen> </screen>
If <command>SET</> is allowed, it overrides all other sources of If <command>SET</> is allowed, it overrides all other sources of
values for the parameter. Superusers are allowed to values for the parameter. Some parameters cannot be changed via
<command>SET</> more values than ordinary users. Some parameters <command>SET</command>: for example, if they control behavior that
cannot be <command>SET</command> even by superusers: for example, cannot reasonably be changed without restarting
if they control behavior that cannot reasonably be changed without <productname>PostgreSQL</productname>. Also, some parameters can
restarting <productname>PostgreSQL</productname>. be modified via <command>SET</command> by superusers, but not by
ordinary users.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment