File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.156 2005/12/18 02:17:16 petere Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.157 2005/12/20 00:51:45 tgl Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -1378,16 +1378,15 @@ lo_import 152801
1378
1378
</listitem>
1379
1379
</varlistentry>
1380
1380
1381
-
1382
1381
<varlistentry>
1383
- <term><literal>\password [ <replaceable class=parameter>username</replaceable> ]</literal>
1382
+ <term><literal>\password [ <replaceable class=" parameter" >username</replaceable> ]</literal></term >
1384
1383
<listitem>
1385
1384
<para>
1386
- Changes the password of the specified user or by default the
1387
- current user. This command prompts for the new password,
1388
- encrypts it, and sends it to the server. This makes sure that
1389
- the new password does not appear in the command history, the
1390
- server log, or elsewhere in cleartext .
1385
+ Changes the password of the specified user ( by default, the current
1386
+ user) . This command prompts for the new password, encrypts it, and
1387
+ sends it to the server as an <command>ALTER ROLE</> command. This
1388
+ makes sure that the new password does not appear in cleartext in the
1389
+ command history, the server log, or elsewhere.
1391
1390
</para>
1392
1391
</listitem>
1393
1392
</varlistentry>
You can’t perform that action at this time.
0 commit comments