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 @@ - + Backup and Restore @@ -278,7 +278,7 @@ pg_dump -Fc dbname > For reasons of backward compatibility, 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 pg_dump. See the reference pages for details. The directory contrib/pg_dumplo of the Postgres source tree also contains a program that can