diff options
Diffstat (limited to 'doc/src/sgml/ref/alter_database.sgml')
-rw-r--r-- | doc/src/sgml/ref/alter_database.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/alter_database.sgml b/doc/src/sgml/ref/alter_database.sgml index 181e9d36205..0962f32e134 100644 --- a/doc/src/sgml/ref/alter_database.sgml +++ b/doc/src/sgml/ref/alter_database.sgml @@ -211,9 +211,9 @@ ALTER DATABASE <replaceable class="parameter">name</replaceable> RESET ALL <term><literal>USER SET</literal></term> <listitem> <para> - Specifies that variable should be set on behalf of ordinary role. - That lets non-superuser and non-replication role to set placeholder - variables, with permission requirements is not known yet; + Specifies that the variable should be set on behalf of an ordinary role. + That allows non-superuser and non-replication roles to set placeholder + variables, whose permission requirements are not known yet; see <xref linkend="runtime-config-custom"/>. The variable won't be set if it appears to require superuser privileges. </para> |