Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1a6aaaa

Browse files
committed
Fix broken markup.
1 parentb16566d commit1a6aaaa

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 userorby default the
1387-
currentuser. This command prompts for the new password,
1388-
encrypts it, andsends it to the server. This makes sure that
1389-
the new password does not appear inthe 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 thatthe new password does not appear incleartext in the
1389+
command history, theserver log, or elsewhere.
13911390
</para>
13921391
</listitem>
13931392
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp