1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

Fix broken markup.

This commit is contained in:
Tom Lane
2005-12-20 00:51:45 +00:00
parent b16566d771
commit 1a6aaaa6c4

View File

@@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.156 2005/12/18 02:17:16 petere Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.157 2005/12/20 00:51:45 tgl Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@@ -1378,16 +1378,15 @@ lo_import 152801
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><literal>\password [ <replaceable class=parameter>username</replaceable> ]</literal> <term><literal>\password [ <replaceable class="parameter">username</replaceable> ]</literal></term>
<listitem> <listitem>
<para> <para>
Changes the password of the specified user or by default the Changes the password of the specified user (by default, the current
current user. This command prompts for the new password, user). This command prompts for the new password, encrypts it, and
encrypts it, and sends it to the server. This makes sure that sends it to the server as an <command>ALTER ROLE</> command. This
the new password does not appear in the command history, the makes sure that the new password does not appear in cleartext in the
server log, or elsewhere in cleartext. command history, the server log, or elsewhere.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>