]> granicus.if.org Git - postgresql/commitdiff
This patch adds documentation for the long-version parameters --username
authorNeil Conway <neilc@samurai.com>
Thu, 1 Feb 2007 04:39:33 +0000 (04:39 +0000)
committerNeil Conway <neilc@samurai.com>
Thu, 1 Feb 2007 04:39:33 +0000 (04:39 +0000)
and --password for pg_dump, pg_dumpall and pg_restore, per complaint by
Michael Schmidt. Patch from Magnus Hagander.

doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/pg_dumpall.sgml
doc/src/sgml/ref/pg_restore.sgml

index f71117ad89a3111c2e10c7827bfa148f24b6e42c..5d3a16d7af780e1d81568017f317af8f8ebbdc8d 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.93 2007/01/31 23:26:04 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.94 2007/02/01 04:39:33 neilc Exp $
 PostgreSQL documentation
 -->
 
@@ -644,15 +644,17 @@ PostgreSQL documentation
 
      <varlistentry>
       <term><option>-U <replaceable>username</replaceable></option></term>
+      <term><option>--username=<replaceable class="parameter">username</replaceable></option></term>
       <listitem>
        <para>
-        Connect as the given user
+        Connect as the given user.
        </para>
       </listitem>
      </varlistentry>
 
      <varlistentry>
       <term><option>-W</option></term>
+      <term><option>--password</option></term>
       <listitem>
        <para>
         Force a password prompt.  This should happen automatically if
index b6d74f1e0d573e22aa42e1aec3abaae32d777cc1..8dfa773a49d62e15dcdf7ee56627776d2e6cf701 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.64 2007/01/31 23:26:04 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.65 2007/02/01 04:39:33 neilc Exp $
 PostgreSQL documentation
 -->
 
@@ -374,7 +374,7 @@ PostgreSQL documentation
 
      <varlistentry>
       <term>-W</term>
-           <term>--password</term>
+      <term>--password</term>
       <listitem>
        <para>
         Force a password prompt.  This should happen automatically if
index a5b2bbadb77eb13ade6c2f2493a6f37d89ce225b..0a3b3d12aa91e48631c293b89d11b448a4eb5d70 100644 (file)
@@ -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">
  <refmeta>
 
      <varlistentry>
       <term><option>-U <replaceable>username</replaceable></option></term>
+      <term><option>--username=<replaceable class="parameter">username</replaceable></option></term>
       <listitem>
        <para>
-        Connect as the given user
+        Connect as the given user.
        </para>
       </listitem>
      </varlistentry>
 
      <varlistentry>
       <term><option>-W</option></term>
+      <term><option>--password</option></term>
       <listitem>
        <para>
         Force a password prompt.  This should happen automatically if