File tree 1 file changed +6
-6
lines changed
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)
342
342
" -i invokes initialization mode\n"
343
343
" -F NUM fill factor\n"
344
344
" -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"
345
351
"\nBenchmarking options:\n"
346
352
" -c NUM number of concurrent database clients (default: 1)\n"
347
353
" -C establish new connection for each transaction\n"
@@ -365,12 +371,6 @@ usage(const char *progname)
365
371
" -h HOSTNAME database server host or socket directory\n"
366
372
" -p PORT database server port number\n"
367
373
" -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"
374
374
" --help show this help, then exit\n"
375
375
" --version output version information, then exit\n"
376
376
"\n"
You can’t perform that action at this time.
0 commit comments