Commit 60fb25a3 authored by Robert Haas's avatar Robert Haas

Move new pgbench options to correct section of --help output.

parent 6545a901
...@@ -342,6 +342,12 @@ usage(const char *progname) ...@@ -342,6 +342,12 @@ usage(const char *progname)
" -i invokes initialization mode\n" " -i invokes initialization mode\n"
" -F NUM fill factor\n" " -F NUM fill factor\n"
" -s NUM scaling factor\n" " -s NUM scaling factor\n"
" --index-tablespace=TABLESPACE\n"
" create indexes in the specified tablespace\n"
" --tablespace=TABLESPACE\n"
" create tables in the specified tablespace\n"
" --unlogged-tables\n"
" create tables as unlogged tables\n"
"\nBenchmarking options:\n" "\nBenchmarking options:\n"
" -c NUM number of concurrent database clients (default: 1)\n" " -c NUM number of concurrent database clients (default: 1)\n"
" -C establish new connection for each transaction\n" " -C establish new connection for each transaction\n"
...@@ -365,12 +371,6 @@ usage(const char *progname) ...@@ -365,12 +371,6 @@ usage(const char *progname)
" -h HOSTNAME database server host or socket directory\n" " -h HOSTNAME database server host or socket directory\n"
" -p PORT database server port number\n" " -p PORT database server port number\n"
" -U USERNAME connect as specified database user\n" " -U USERNAME connect as specified database user\n"
" --index-tablespace=TABLESPACE\n"
" create indexes in the specified tablespace\n"
" --tablespace=TABLESPACE\n"
" create tables in the specified tablespace\n"
" --unlogged-tables\n"
" create tables as unlogged tables\n"
" --help show this help, then exit\n" " --help show this help, then exit\n"
" --version output version information, then exit\n" " --version output version information, then exit\n"
"\n" "\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment