|
|
@ -1,4 +1,4 @@ |
|
|
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.66 2007/02/01 00:28:19 momjian Exp $ --> |
|
|
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.67 2007/02/01 04:39:33 neilc Exp $ --> |
|
|
|
|
|
|
|
|
|
|
|
<refentry id="APP-PGRESTORE"> |
|
|
|
<refentry id="APP-PGRESTORE"> |
|
|
|
<refmeta> |
|
|
|
<refmeta> |
|
|
@ -454,15 +454,17 @@ |
|
|
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
<varlistentry> |
|
|
|
<term><option>-U <replaceable>username</replaceable></option></term> |
|
|
|
<term><option>-U <replaceable>username</replaceable></option></term> |
|
|
|
|
|
|
|
<term><option>--username=<replaceable class="parameter">username</replaceable></option></term> |
|
|
|
<listitem> |
|
|
|
<listitem> |
|
|
|
<para> |
|
|
|
<para> |
|
|
|
Connect as the given user |
|
|
|
Connect as the given user. |
|
|
|
</para> |
|
|
|
</para> |
|
|
|
</listitem> |
|
|
|
</listitem> |
|
|
|
</varlistentry> |
|
|
|
</varlistentry> |
|
|
|
|
|
|
|
|
|
|
|
<varlistentry> |
|
|
|
<varlistentry> |
|
|
|
<term><option>-W</option></term> |
|
|
|
<term><option>-W</option></term> |
|
|
|
|
|
|
|
<term><option>--password</option></term> |
|
|
|
<listitem> |
|
|
|
<listitem> |
|
|
|
<para> |
|
|
|
<para> |
|
|
|
Force a password prompt. This should happen automatically if |
|
|
|
Force a password prompt. This should happen automatically if |
|
|
|