We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a466219 commit f2108d3Copy full SHA for f2108d3
src/backend/main/main.c
@@ -351,7 +351,7 @@ help(const char *progname)
351
printf(_(" -?, --help show this help, then exit\n"));
352
353
printf(_("\nDeveloper options:\n"));
354
- printf(_(" -f s|i|n|m|h forbid use of some plan types\n"));
+ printf(_(" -f s|i|o|b|t|n|m|h forbid use of some plan types\n"));
355
printf(_(" -n do not reinitialize shared memory after abnormal exit\n"));
356
printf(_(" -O allow system table structure changes\n"));
357
printf(_(" -P disable system indexes\n"));
0 commit comments