File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -873,7 +873,14 @@ usage(void)
873873 "\nInitialization options:\n"
874874 " -i, --initialize invokes initialization mode\n"
875875 " -I, --init-steps=[" ALL_INIT_STEPS "]+ (default \"" DEFAULT_INIT_STEPS "\")\n"
876- " run selected initialization steps\n"
876+ " run selected initialization steps, in the specified order\n"
877+ " d: drop any existing pgbench tables\n"
878+ " t: create the tables used by the standard pgbench scenario\n"
879+ " g: generate data, client-side\n"
880+ " G: generate data, server-side\n"
881+ " v: invoke VACUUM on the standard tables\n"
882+ " p: create primary key indexes on the standard tables\n"
883+ " f: create foreign keys between the standard tables\n"
877884 " -F, --fillfactor=NUM set fill factor\n"
878885 " -n, --no-vacuum do not run VACUUM during initialization\n"
879886 " -q, --quiet quiet logging (one message each 5 seconds)\n"
You can’t perform that action at this time.
0 commit comments