From: Tom Lane Date: Tue, 20 Dec 2005 00:51:45 +0000 (+0000) Subject: Fix broken markup. X-Git-Tag: REL8_2_BETA1~1730 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a6aaaa6c485101f8fdec7e79787610dc0f4a5c7;p=thirdparty%2Fpostgresql.git Fix broken markup. --- diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index c0c075f11e3..0c10bdc1cbc 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -1378,16 +1378,15 @@ lo_import 152801 - - \password [ username ] + \password [ username ] - Changes the password of the specified user or by default the - current user. This command prompts for the new password, - encrypts it, and sends it to the server. This makes sure that - the new password does not appear in the command history, the - server log, or elsewhere in cleartext. + Changes the password of the specified user (by default, the current + user). This command prompts for the new password, encrypts it, and + sends it to the server as an ALTER ROLE command. This + makes sure that the new password does not appear in cleartext in the + command history, the server log, or elsewhere.