diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2001-08-16 04:30:41 +0000 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2001-08-16 04:30:41 +0000 |
commit | 1e59edd2989f67fe4b2d7cd776fea0bb435dc5cc (patch) | |
tree | b8e3a679a2eacd8a0a017b24d3a0a8b1a55cf491 | |
parent | cd6868176ee24e4c05e13768ea85561ef0ca25b5 (diff) | |
download | postgresql-1e59edd2989f67fe4b2d7cd776fea0bb435dc5cc.tar.gz postgresql-1e59edd2989f67fe4b2d7cd776fea0bb435dc5cc.zip |
Fix typo. pg_dump -B --> pg_dump -b
-rw-r--r-- | doc/src/sgml/backup.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index a9bb985d464..feefc2baef4 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -1,4 +1,4 @@ -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.10 2001/07/06 02:01:35 ishii Exp $ --> +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.11 2001/08/16 04:30:41 ishii Exp $ --> <chapter id="backup"> <title>Backup and Restore</title> @@ -278,7 +278,7 @@ pg_dump -Fc <replaceable class="parameter">dbname</replaceable> > <replaceable c <para> For reasons of backward compatibility, <application>pg_dump</> does not dump large objects by default. To dump large objects you must use - either the custom or the TAR output format, and use the -B option in + either the custom or the TAR output format, and use the -b option in <application>pg_dump</>. See the reference pages for details. The directory <filename>contrib/pg_dumplo</> of the <productname>Postgres</> source tree also contains a program that can |