Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1a6aaaa

Browse files
committed
Fix broken markup.
1 parent b16566d commit 1a6aaaa

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

doc/src/sgml/ref/psql-ref.sgml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -1378,16 +1378,15 @@ lo_import 152801
13781378
</listitem>
13791379
</varlistentry>
13801380

1381-
13821381
<varlistentry>
1383-
<term><literal>\password [ <replaceable class=parameter>username</replaceable> ]</literal>
1382+
<term><literal>\password [ <replaceable class="parameter">username</replaceable> ]</literal></term>
13841383
<listitem>
13851384
<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.
13911390
</para>
13921391
</listitem>
13931392
</varlistentry>

0 commit comments

Comments
 (0)