|
34 | 34 | *
|
35 | 35 | *
|
36 | 36 | * IDENTIFICATION
|
37 |
| - *$Header: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v 1.35 2002/07/04 03:04:55 momjian Exp $ |
| 37 | + *$Header: /cvsroot/pgsql/src/bin/pg_dump/pg_restore.c,v 1.36 2002/07/11 01:57:12 momjian Exp $ |
38 | 38 | *
|
39 | 39 | *-------------------------------------------------------------------------
|
40 | 40 | */
|
@@ -384,7 +384,8 @@ usage(const char *progname)
|
384 | 384 | " -f, --file=FILENAME output file name\n"
|
385 | 385 | " -F, --format={c|t} specify backup file format\n"
|
386 | 386 | " -h, --host=HOSTNAME server host name\n"
|
387 |
| -" -i, --index=NAME restore named index\n" |
| 387 | +" -i, --ignore-version proceed even when server version mismatches\n" |
| 388 | +" -I, --index=NAME restore named index\n" |
388 | 389 | " -l, --list print summarized TOC of the archive\n"
|
389 | 390 | " -L, --use-list=FILENAME use specified table of contents for ordering\n"
|
390 | 391 | " output from this file\n"
|
@@ -422,7 +423,8 @@ usage(const char *progname)
|
422 | 423 | " -f FILENAME output file name\n"
|
423 | 424 | " -F {c|t} specify backup file format\n"
|
424 | 425 | " -h HOSTNAME server host name\n"
|
425 |
| -" -i NAME restore named index\n" |
| 426 | +" -i proceed even when server version mismatches\n" |
| 427 | +" -I NAME restore named index\n" |
426 | 428 | " -l print summarized TOC of the archive\n"
|
427 | 429 | " -L FILENAME use specified table of contents for ordering\n"
|
428 | 430 | " output from this file\n"
|
|