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

Commit bd2c171

Browse files
author
Neil Conway
committed
This patch adds documentation for the long-version parameters --username
and --password for pg_dump, pg_dumpall and pg_restore, per complaint by Michael Schmidt. Patch from Magnus Hagander.
1 parent e665137 commit bd2c171

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

doc/src/sgml/ref/pg_dump.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.93 2007/01/31 23:26:04 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.94 2007/02/01 04:39:33 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -644,15 +644,17 @@ PostgreSQL documentation
644644

645645
<varlistentry>
646646
<term><option>-U <replaceable>username</replaceable></option></term>
647+
<term><option>--username=<replaceable class="parameter">username</replaceable></option></term>
647648
<listitem>
648649
<para>
649-
Connect as the given user
650+
Connect as the given user.
650651
</para>
651652
</listitem>
652653
</varlistentry>
653654

654655
<varlistentry>
655656
<term><option>-W</option></term>
657+
<term><option>--password</option></term>
656658
<listitem>
657659
<para>
658660
Force a password prompt. This should happen automatically if

doc/src/sgml/ref/pg_dumpall.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.64 2007/01/31 23:26:04 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.65 2007/02/01 04:39:33 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -374,7 +374,7 @@ PostgreSQL documentation
374374

375375
<varlistentry>
376376
<term>-W</term>
377-
<term>--password</term>
377+
<term>--password</term>
378378
<listitem>
379379
<para>
380380
Force a password prompt. This should happen automatically if

doc/src/sgml/ref/pg_restore.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.66 2007/02/01 00:28:19 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.67 2007/02/01 04:39:33 neilc Exp $ -->
22

33
<refentry id="APP-PGRESTORE">
44
<refmeta>
@@ -454,15 +454,17 @@
454454

455455
<varlistentry>
456456
<term><option>-U <replaceable>username</replaceable></option></term>
457+
<term><option>--username=<replaceable class="parameter">username</replaceable></option></term>
457458
<listitem>
458459
<para>
459-
Connect as the given user
460+
Connect as the given user.
460461
</para>
461462
</listitem>
462463
</varlistentry>
463464

464465
<varlistentry>
465466
<term><option>-W</option></term>
467+
<term><option>--password</option></term>
466468
<listitem>
467469
<para>
468470
Force a password prompt. This should happen automatically if

0 commit comments

Comments
 (0)