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" ?
