8000
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 2158628 commit ca86a63Copy full SHA for ca86a63
src/bin/pg_dump/pg_dumpall.c
@@ -653,7 +653,7 @@ help(void)
653
printf(_(" --no-security-labels do not dump security label assignments\n"));
654
printf(_(" --no-subscriptions do not dump subscriptions\n"));
655
printf(_(" --no-sync do not wait for changes to be written safely to disk\n"));
656
- printf(_(" --no-tables-access-method do not dump table access methods\n"));
+ printf(_(" --no-table-access-method do not dump table access methods\n"));
657
printf(_(" --no-tablespaces do not dump tablespace assignments\n"));
658
printf(_(" --no-toast-compression do not dump TOAST compression methods\n"));
659
printf(_(" --no-unlogged-table-data do not dump unlogged table data\n"));
0 commit comments