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

From jian he
Subject pg_dump, pg_dumpall, pg_restore HELP progname descrption of "--no-table-access-method" is wrong?
Date
Msg-id CACJufxHhC1ym+wLSpMn7nxNririzzZQshi-Svbew0wEW+EA_7w@mail.gmail.com
Whole thread Raw
List pgsql-hackers
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"
?



pgsql-hackers by date:

Previous
From: Amul Sul
Date:
Subject: Re: Refactoring: Use soft error reporting for *_opt_error functions
Next
From: Philip Warner
Date:
Subject: Appetite for syntactic sugar to match result set columns to UDT fields?