mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Typo: dump -> restore
fixed in 8.4 and 8.5 Author: Guillaume Lelarge <guillaume@lelarge.info>
This commit is contained in:
parent
b1d55dca91
commit
201a45c4fa
@ -34,7 +34,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.100 2009/06/11 14:49:07 momjian Exp $
|
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.101 2009/11/19 22:05:48 petere Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -430,7 +430,7 @@ usage(const char *progname)
|
|||||||
printf(_(" --no-data-for-failed-tables\n"
|
printf(_(" --no-data-for-failed-tables\n"
|
||||||
" do not restore data of tables that could not be\n"
|
" do not restore data of tables that could not be\n"
|
||||||
" created\n"));
|
" created\n"));
|
||||||
printf(_(" --no-tablespaces do not dump tablespace assignments\n"));
|
printf(_(" --no-tablespaces do not restore tablespace assignments\n"));
|
||||||
printf(_(" --role=ROLENAME do SET ROLE before restore\n"));
|
printf(_(" --role=ROLENAME do SET ROLE before restore\n"));
|
||||||
printf(_(" --use-set-session-authorization\n"
|
printf(_(" --use-set-session-authorization\n"
|
||||||
" use SET SESSION AUTHORIZATION commands instead of\n"
|
" use SET SESSION AUTHORIZATION commands instead of\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user