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

Commit201a45c

Browse files
committed
Typo: dump -> restore
fixed in 8.4 and 8.5Author: Guillaume Lelarge <guillaume@lelarge.info>
1 parentb1d55dc commit201a45c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_dump/pg_restore.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*
3535
*
3636
* IDENTIFICATION
37-
*$PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.100 2009/06/11 14:49:07 momjian Exp $
37+
*$PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.101 2009/11/19 22:05:48 petere Exp $
3838
*
3939
*-------------------------------------------------------------------------
4040
*/
@@ -430,7 +430,7 @@ usage(const char *progname)
430430
printf(_(" --no-data-for-failed-tables\n"
431431
" do not restore data of tables that could not be\n"
432432
" created\n"));
433-
printf(_(" --no-tablespaces do notdump tablespace assignments\n"));
433+
printf(_(" --no-tablespaces do notrestore tablespace assignments\n"));
434434
printf(_(" --role=ROLENAME do SET ROLE before restore\n"));
435435
printf(_(" --use-set-session-authorization\n"
436436
" use SET SESSION AUTHORIZATION commands instead of\n"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp