We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29a2ee commit 14a4f6fCopy full SHA for 14a4f6f
src/bin/pg_dump/pg_restore.c
@@ -34,7 +34,7 @@
34
*
35
36
* IDENTIFICATION
37
- * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.98 2009/04/13 21:03:36 alvherre Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.99 2009/04/14 00:06:35 alvherre Exp $
38
39
*-------------------------------------------------------------------------
40
*/
@@ -316,7 +316,7 @@ main(int argc, char **argv)
316
/* Can't do single-txn mode with multiple connections */
317
if (opts->single_txn && opts->number_of_jobs > 1)
318
{
319
- fprintf(stderr, _("%s: options -1/--single-transaction and -j/--jobs cannot be used together\n"),
+ fprintf(stderr, _("%s: cannot specify both --single-transaction and multiple jobs\n"),
320
progname);
321
exit(1);
322
}
0 commit comments