File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -644,15 +644,17 @@ PostgreSQL documentation
644
644
645
645
<varlistentry>
646
646
<term><option>-U <replaceable>username</replaceable></option></term>
647
+ <term><option>--username=<replaceable class="parameter">username</replaceable></option></term>
647
648
<listitem>
648
649
<para>
649
- Connect as the given user
650
+ Connect as the given user.
650
651
</para>
651
652
</listitem>
652
653
</varlistentry>
653
654
654
655
<varlistentry>
655
656
<term><option>-W</option></term>
657
+ <term><option>--password</option></term>
656
658
<listitem>
657
659
<para>
658
660
Force a password prompt. This should happen automatically if
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -374,7 +374,7 @@ PostgreSQL documentation
374
374
375
375
<varlistentry>
376
376
<term>-W</term>
377
- <term>--password</term>
377
+ <term>--password</term>
378
378
<listitem>
379
379
<para>
380
380
Force a password prompt. This should happen automatically if
Original file line number Diff line number Diff line change 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 $ -->
2
2
3
3
<refentry id="APP-PGRESTORE">
4
4
<refmeta>
454
454
455
455
<varlistentry>
456
456
<term><option>-U <replaceable>username</replaceable></option></term>
457
+ <term><option>--username=<replaceable class="parameter">username</replaceable></option></term>
457
458
<listitem>
458
459
<para>
459
- Connect as the given user
460
+ Connect as the given user.
460
461
</para>
461
462
</listitem>
462
463
</varlistentry>
463
464
464
465
<varlistentry>
465
466
<term><option>-W</option></term>
467
+ <term><option>--password</option></term>
466
468
<listitem>
467
469
<para>
468
470
Force a password prompt. This should happen automatically if
You can’t perform that action at this time.
0 commit comments