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

Commit6715642

Browse files
committed
Update pg_restore --help text to match the SGML documentation.
1 parent7c63d0c commit6715642

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.90 2009/01/05 16:54:37 tgl Exp $
37+
*$PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.91 2009/01/06 17:18:11 momjian Exp $
3838
*
3939
*-------------------------------------------------------------------------
4040
*/
@@ -391,7 +391,7 @@ usage(const char *progname)
391391

392392
printf(_("\nOptions controlling the restore:\n"));
393393
printf(_(" -a, --data-only restore only the data, no schema\n"));
394-
printf(_(" -c, --clean clean (drop)schema prior to create\n"));
394+
printf(_(" -c, --clean clean (drop)database objects before recreating\n"));
395395
printf(_(" -C, --create create the target database\n"));
396396
printf(_(" -I, --index=NAME restore named index\n"));
397397
printf(_(" -L, --use-list=FILENAME use specified table of contents for ordering\n"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp