Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 60fb25a

Browse files
committed
Move new pgbench options to correct section of --help output.
1 parent 6545a90 commit 60fb25a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

contrib/pgbench/pgbench.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)