File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -342,6 +342,12 @@ usage(const char *progname)
342342 " -i invokes initialization mode\n"
343343 " -F NUM fill factor\n"
344344 " -s NUM scaling factor\n"
345+ " --index-tablespace=TABLESPACE\n"
346+ " create indexes in the specified tablespace\n"
347+ " --tablespace=TABLESPACE\n"
348+ " create tables in the specified tablespace\n"
349+ " --unlogged-tables\n"
350+ " create tables as unlogged tables\n"
345351 "\nBenchmarking options:\n"
346352 " -c NUM number of concurrent database clients (default: 1)\n"
347353 " -C establish new connection for each transaction\n"
@@ -365,12 +371,6 @@ usage(const char *progname)
365371 " -h HOSTNAME database server host or socket directory\n"
366372 " -p PORT database server port number\n"
367373 " -U USERNAME connect as specified database user\n"
368- " --index-tablespace=TABLESPACE\n"
369- " create indexes in the specified tablespace\n"
370- " --tablespace=TABLESPACE\n"
371- " create tables in the specified tablespace\n"
372- " --unlogged-tables\n"
373- " create tables as unlogged tables\n"
374374 " --help show this help, then exit\n"
375375 " --version output version information, then exit\n"
376376 "\n"
You can’t perform that action at this time.
0 commit comments