|
1 | | -<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.10 2001/07/06 02:01:35 ishii Exp $ --> |
| 1 | +<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.11 2001/08/16 04:30:41 ishii Exp $ --> |
2 | 2 | <chapter id="backup"> |
3 | 3 | <title>Backup and Restore</title> |
4 | 4 |
|
@@ -278,7 +278,7 @@ pg_dump -Fc <replaceable class="parameter">dbname</replaceable> > <replaceable c |
278 | 278 | <para> |
279 | 279 | For reasons of backward compatibility, <application>pg_dump</> does |
280 | 280 | not dump large objects by default. To dump large objects you must use |
281 | | - either the custom or the TAR output format, and use the -B option in |
| 281 | + either the custom or the TAR output format, and use the -b option in |
282 | 282 | <application>pg_dump</>. See the reference pages for details. |
283 | 283 | The directory <filename>contrib/pg_dumplo</> of the |
284 | 284 | <productname>Postgres</> source tree also contains a program that can |
|