Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1e59edd

Browse files
committed
Fix typo. pg_dump -B --> pg_dump -b
1 parentcd68681 commit1e59edd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/backup.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22
<chapter id="backup">
33
<title>Backup and Restore</title>
44

@@ -278,7 +278,7 @@ pg_dump -Fc <replaceable class="parameter">dbname</replaceable> > <replaceable c
278278
<para>
279279
For reasons of backward compatibility, <application>pg_dump</> does
280280
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
282282
<application>pg_dump</>. See the reference pages for details.
283283
The directory <filename>contrib/pg_dumplo</> of the
284284
<productname>Postgres</> source tree also contains a program that can

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp