From bd2c171414f67b7323b1ba5ede5cd46a46e968b4 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Thu, 1 Feb 2007 04:39:33 +0000 Subject: [PATCH] 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. --- doc/src/sgml/ref/pg_dump.sgml | 6 ++++-- doc/src/sgml/ref/pg_dumpall.sgml | 4 ++-- doc/src/sgml/ref/pg_restore.sgml | 6 ++++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index f71117ad89..5d3a16d7af 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1,5 +1,5 @@ @@ -644,15 +644,17 @@ PostgreSQL documentation + - Connect as the given user + Connect as the given user. + Force a password prompt. This should happen automatically if diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index b6d74f1e0d..8dfa773a49 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -1,5 +1,5 @@ @@ -374,7 +374,7 @@ PostgreSQL documentation -W - --password + --password Force a password prompt. This should happen automatically if diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index a5b2bbadb7..0a3b3d12aa 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -1,4 +1,4 @@ - + @@ -454,15 +454,17 @@ + - Connect as the given user + Connect as the given user. + Force a password prompt. This should happen automatically if