]> granicus.if.org Git - postgresql/commitdiff
doc: Improve wording
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 18 Mar 2017 21:40:47 +0000 (17:40 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 18 Mar 2017 21:40:47 +0000 (17:40 -0400)
Link to CREATE and ALTER ROLE consistently, instead of mixing CREATE
USER and ALTER ROLE.

doc/src/sgml/config.sgml

index 9963cd61a1924895955cc742fa5de4044d33466c..32c39a05165749b8f3f5be12e17b72de6d5edc8f 100644 (file)
@@ -1187,7 +1187,7 @@ include_dir 'conf.d'
       </term>
       <listitem>
        <para>
-        When a password is specified in <xref linkend="sql-createuser"> or
+        When a password is specified in <xref linkend="sql-createrole"> or
         <xref linkend="sql-alterrole"> without writing either <literal>ENCRYPTED</>
         or <literal>UNENCRYPTED</>, this parameter determines whether the
         password is to be encrypted. The default value is <literal>md5</>, which
@@ -1196,7 +1196,7 @@ include_dir 'conf.d'
         aliases for <literal>md5</> and <literal>plain</>, respectively.  Setting
         this parameter to <literal>scram</> will encrypt the password with
         SCRAM-SHA-256.
-       </para>       
+       </para>
       </listitem>
      </varlistentry>