Fix broken markup.
authorTom Lane
Tue, 20 Dec 2005 00:51:45 +0000 (00:51 +0000)
committerTom Lane
Tue, 20 Dec 2005 00:51:45 +0000 (00:51 +0000)
doc/src/sgml/ref/psql-ref.sgml

index c0c075f11e3a9f410c8e3fda51acec332f7f7426..0c10bdc1cbc8d6f6e1459b4b13d7f5a9bf6e362b 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -1378,16 +1378,15 @@ lo_import 152801
         
       
 
-
       
-        \password [ parameter>username ]>
+        \password [ "parameter">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.