mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
pg_restore: Augment documentation for -N option
This was forgotten when the option was added. Author: Michael Banck <michael.banck@credativ.de>
This commit is contained in:
parent
a71f556522
commit
fef9482dac
@ -502,7 +502,7 @@ usage(const char *progname)
|
|||||||
printf(_(" --role=ROLENAME do SET ROLE before restore\n"));
|
printf(_(" --role=ROLENAME do SET ROLE before restore\n"));
|
||||||
|
|
||||||
printf(_("\n"
|
printf(_("\n"
|
||||||
"The options -I, -n, -P, -t, -T, and --section can be combined and specified\n"
|
"The options -I, -n, -N, -P, -t, -T, and --section can be combined and specified\n"
|
||||||
"multiple times to select multiple objects.\n"));
|
"multiple times to select multiple objects.\n"));
|
||||||
printf(_("\nIf no input file name is supplied, then standard input is used.\n\n"));
|
printf(_("\nIf no input file name is supplied, then standard input is used.\n\n"));
|
||||||
printf(_("Report bugs to <pgsql-bugs@postgresql.org>.\n"));
|
printf(_("Report bugs to <pgsql-bugs@postgresql.org>.\n"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user