mirror of
https://github.com/postgres/postgres.git
synced 2025-10-28 11:55:03 +03:00
Put new command-line options into alphabetical order in help output
This commit is contained in:
@@ -638,9 +638,9 @@ usage(void)
|
||||
" --foreign-keys create foreign key constraints between tables\n"
|
||||
" --index-tablespace=TABLESPACE\n"
|
||||
" create indexes in the specified tablespace\n"
|
||||
" --partitions=NUM partition pgbench_accounts in NUM parts (default: 0)\n"
|
||||
" --partition-method=(range|hash)\n"
|
||||
" partition pgbench_accounts with this method (default: range)\n"
|
||||
" --partitions=NUM partition pgbench_accounts into NUM parts (default: 0)\n"
|
||||
" --tablespace=TABLESPACE create tables in the specified tablespace\n"
|
||||
" --unlogged-tables create tables as unlogged tables\n"
|
||||
"\nOptions to select what to run:\n"
|
||||
|
||||
Reference in New Issue
Block a user