@@ -135,7 +135,7 @@ env PGOPTIONS='-c geqo=off' psql
135135 Furthermore, it is possible to assign a set of parameter settings to
136136 a user or a database. Whenever a session is started, the default
137137 settings for the user and database involved are loaded. The
138- commands <xref linkend="sql-alteruser ">
138+ commands <xref linkend="sql-alterrole ">
139139 and <xref linkend="sql-alterdatabase">,
140140 respectively, are used to configure these settings. Per-database
141141 settings override anything received from the
@@ -705,7 +705,7 @@ SET ENABLE_SEQSCAN TO OFF;
705705 <para>
706706 When a password is specified in <xref
707707 linkend="sql-createuser"> or
708- <xref linkend="sql-alteruser ">
708+ <xref linkend="sql-alterrole ">
709709 without writing either <literal>ENCRYPTED</> or
710710 <literal>UNENCRYPTED</>, this parameter determines whether the
711711 password is to be encrypted. The default is <literal>on</>
@@ -5205,7 +5205,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
52055205 libraries to be loaded into specific sessions without an explicit
52065206 <command>LOAD</> command being given. For example, debugging could
52075207 be enabled for all sessions under a given user name by setting
5208- this parameter with <command>ALTERUSER SET</>.
5208+ this parameter with <command>ALTERROLE SET</>.
52095209 </para>
52105210
52115211 <para>