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

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_dump, pg_dumpall, pg_restore HELP progname descrption of "--no-table-access-method" is wrong?
Date: 2025-09-05 05:13:04
Message-ID: CACJufxHhC1ym+wLSpMn7nxNririzzZQshi-Svbew0wEW+EA_7w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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"
?

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Warner 2025-09-05 05:31:30 Appetite for syntactic sugar to match result set columns to UDT fields?
Previous Message Amul Sul 2025-09-05 05:12:26 Re: Refactoring: Use soft error reporting for *_opt_error functions