Move new pgbench options to correct section of --help output.
authorRobert Haas <[email protected]>
Fri, 29 Jul 2011 20:43:57 +0000 (16:43 -0400)
committerRobert Haas <[email protected]>
Fri, 29 Jul 2011 20:43:57 +0000 (16:43 -0400)
contrib/pgbench/pgbench.c

index 9892f4c3bbcf8e770aa62d5201790f503ddb3332..9d57436aeb77030af26b63687416d4410a83cadd 100644 (file)
@@ -342,6 +342,12 @@ usage(const char *progname)
           "  -i           invokes initialization mode\n"
           "  -F NUM       fill 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"
        "  -c NUM       number of concurrent database clients (default: 1)\n"
           "  -C           establish new connection for each transaction\n"
@@ -365,12 +371,6 @@ usage(const char *progname)
           "  -h HOSTNAME  database server host or socket directory\n"
           "  -p PORT      database server port number\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"
           "  --version    output version information, then exit\n"
           "\n"