"\nInitialization options:\n"
" -i, --initialize invokes initialization mode\n"
" -I, --init-steps=[" ALL_INIT_STEPS "]+ (default \"" DEFAULT_INIT_STEPS "\")\n"
- " run selected initialization steps\n"
+ " run selected initialization steps, in the specified order\n"
+ " d: drop any existing pgbench tables\n"
+ " t: create the tables used by the standard pgbench scenario\n"
+ " g: generate data, client-side\n"
+ " G: generate data, server-side\n"
+ " v: invoke VACUUM on the standard tables\n"
+ " p: create primary key indexes on the standard tables\n"
+ " f: create foreign keys between the standard tables\n"
" -F, --fillfactor=NUM set fill factor\n"
" -n, --no-vacuum do not run VACUUM during initialization\n"
" -q, --quiet quiet logging (one message each 5 seconds)\n"