projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b3df32
)
Update pg_restore --help text to match the SGML documentation.
author
Bruce Momjian
<bruce@momjian.us>
Tue, 6 Jan 2009 17:18:11 +0000
(17:18 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 6 Jan 2009 17:18:11 +0000
(17:18 +0000)
src/bin/pg_dump/pg_restore.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_restore.c
b/src/bin/pg_dump/pg_restore.c
index 88d64ae9057949d1d5db07519369ca3655238d19..421d8fd9669ed6e12d9db32619fef916cfe52e12 100644
(file)
--- a/
src/bin/pg_dump/pg_restore.c
+++ b/
src/bin/pg_dump/pg_restore.c
@@
-391,7
+391,7
@@
usage(const char *progname)
printf(_("\nOptions controlling the restore:\n"));
printf(_(" -a, --data-only restore only the data, no schema\n"));
- printf(_(" -c, --clean clean (drop)
schema prior to create
\n"));
+ printf(_(" -c, --clean clean (drop)
database objects before recreating
\n"));
printf(_(" -C, --create create the target database\n"));
printf(_(" -I, --index=NAME restore named index\n"));
printf(_(" -L, --use-list=FILENAME use specified table of contents for ordering\n"