pg_dump, pg_dumpall, pg_restore HELP progname descrption of "--no-table-access-method" is wrong?

Started by jian he4 months ago1 messages
#1jian he
jian.universality@gmail.com

hi.

in pg_dump, pg_dumpall, pg_restore help(const char *progname) function
we have:
printf(_(" --no-table-access-method do not dump table access
methods\n"));
printf(_(" --no-tablespaces do not dump tablespace
assignments\n"));

but we do dump table access method.
So the description should be
"do not dump default table access method assignments"
?