@@ -135,7 +135,7 @@ env PGOPTIONS='-c geqo=off' psql
135
135
Furthermore, it is possible to assign a set of parameter settings to
136
136
a user or a database. Whenever a session is started, the default
137
137
settings for the user and database involved are loaded. The
138
- commands <xref linkend="sql-alteruser ">
138
+ commands <xref linkend="sql-alterrole ">
139
139
and <xref linkend="sql-alterdatabase">,
140
140
respectively, are used to configure these settings. Per-database
141
141
settings override anything received from the
@@ -705,7 +705,7 @@ SET ENABLE_SEQSCAN TO OFF;
705
705
<para>
706
706
When a password is specified in <xref
707
707
linkend="sql-createuser"> or
708
- <xref linkend="sql-alteruser ">
708
+ <xref linkend="sql-alterrole ">
709
709
without writing either <literal>ENCRYPTED</> or
710
710
<literal>UNENCRYPTED</>, this parameter determines whether the
711
711
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'
5205
5205
libraries to be loaded into specific sessions without an explicit
5206
5206
<command>LOAD</> command being given. For example, debugging could
5207
5207
be enabled for all sessions under a given user name by setting
5208
- this parameter with <command>ALTER USER SET</>.
5208
+ this parameter with <command>ALTER ROLE SET</>.
5209
5209
</para>
5210
5210
5211
5211
<para>
0 commit comments