@@ -3,9 +3,9 @@ doc/src/sgml/ref/alter_user.sgml
3
3
PostgreSQL documentation
4
4
-->
5
5
6
- <refentry id="SQL-ALTERUSER ">
6
+ <refentry id="sql-alteruser ">
7
7
<!--==========================orignal english content==========================
8
- <indexterm zone ="sql-alteruser">
8
+ <refentry id ="sql-alteruser">
9
9
<primary>ALTER USER</primary>
10
10
</indexterm>
11
11
____________________________________________________________________________-->
@@ -52,7 +52,7 @@ ALTER USER <replaceable class="parameter">role_specification</replaceable> [ WIT
52
52
| REPLICATION | NOREPLICATION
53
53
| BYPASSRLS | NOBYPASSRLS
54
54
| CONNECTION LIMIT <replaceable class="parameter">connlimit</replaceable>
55
- | [ ENCRYPTED ] PASSWORD '<replaceable class="parameter">password</replaceable>'
55
+ | [ ENCRYPTED ] PASSWORD '<replaceable class="parameter">password</replaceable>' | PASSWORD NULL
56
56
| VALID UNTIL '<replaceable class="parameter">timestamp</replaceable>'
57
57
58
58
ALTER USER <replaceable class="parameter">name</replaceable> RENAME TO <replaceable>new_name</replaceable>
@@ -82,7 +82,7 @@ ALTER USER <replaceable class="parameter">role_specification</replaceable> [ WIT
82
82
| REPLICATION | NOREPLICATION
83
83
| BYPASSRLS | NOBYPASSRLS
84
84
| CONNECTION LIMIT <replaceable class="parameter">connlimit</replaceable>
85
- | [ ENCRYPTED ] PASSWORD '<replaceable class="parameter">password</replaceable>'
85
+ | [ ENCRYPTED ] PASSWORD '<replaceable class="parameter">password</replaceable>' | PASSWORD NULL
86
86
| VALID UNTIL '<replaceable class="parameter">timestamp</replaceable>'
87
87
88
88
ALTER USER <replaceable class="parameter">name</replaceable> RENAME TO <replaceable>new_name</replaceable>
0 commit comments