From: Neil Conway Date: Tue, 9 Mar 2004 23:15:47 +0000 (+0000) Subject: Tweak some text to avoid using SET as a verb, per X-Git-Tag: REL8_0_0BETA1~1028 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f28d5614ce48d8812c63cfeb28d0efb9383b3297;p=postgresql Tweak some text to avoid using SET as a verb, per suggestion from Peter E. --- diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index d294c36e29..310cd96bc3 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -541,11 +541,12 @@ 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. Some parameters - cannot be SET even by superusers: for example, - if they control behavior that cannot reasonably be changed without - restarting PostgreSQL. + values for the parameter. Some parameters cannot be changed via + SET: for example, if they control behavior that + cannot reasonably be changed without restarting + PostgreSQL. Also, some parameters can + be modified via SET by superusers, but not by + ordinary users.