Fix typo. pg_dump -B --> pg_dump -b

This commit is contained in:
Tatsuo Ishii 2001-08-16 04:30:41 +00:00
parent cd6868176e
commit 1e59edd298

View File

@ -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"> <chapter id="backup">
<title>Backup and Restore</title> <title>Backup and Restore</title>
@ -278,7 +278,7 @@ pg_dump -Fc <replaceable class="parameter">dbname</replaceable> > <replaceable c
<para> <para>
For reasons of backward compatibility, <application>pg_dump</> does For reasons of backward compatibility, <application>pg_dump</> does
not dump large objects by default. To dump large objects you must use 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. <application>pg_dump</>. See the reference pages for details.
The directory <filename>contrib/pg_dumplo</> of the The directory <filename>contrib/pg_dumplo</> of the
<productname>Postgres</> source tree also contains a program that can <productname>Postgres</> source tree also contains a program that can