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

Commit7e13743

Browse files
committed
pg_restore option is {c|t}, not {c|f}. Pointed out by someone on IRC.
" -F {c|t} specify backup file format\n"
1 parent9b77572 commit7e13743

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/pg_dump/pg_restore.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*
3535
*
3636
* IDENTIFICATION
37-
*$Header: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v 1.25 2001/08/2220:23:24 petere Exp $
37+
*$Header: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v 1.26 2001/09/04 03:20:29 momjian Exp $
3838
*
3939
* Modifications - 28-Jun-2000 - pjw@rhyme.com.au
4040
*
@@ -386,7 +386,7 @@ usage(const char *progname)
386386
" -C, --create issue commands to create the database\n"
387387
" -d, --dbname=NAME specify database name\n"
388388
" -f, --file=FILENAME TOC output file name (see -l)\n"
389-
" -F, --format={c|f} specify backup file format\n"
389+
" -F, --format={c|t} specify backup file format\n"
390390
" -h, --host=HOSTNAME server host name\n"
391391
" -i, --index=NAME restore named index\n"
392392
" -l, --list dump summarized TOC for of the archive\n"
@@ -422,7 +422,7 @@ usage(const char *progname)
422422
" -C issue commands to create the database\n"
423423
" -d NAME specify database name\n"
424424
" -f FILENAME TOC output file name (see -l)\n"
425-
" -F {c|f} specify backup file format\n"
425+
" -F {c|t} specify backup file format\n"
426426
" -h HOSTNAME server host name\n"
427427
" -i NAME restore named index\n"
428428
" -l dump summarized TOC for this file\n"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp