On Friday, July 24, 2020, <
tutiluren@tutanota.com> wrote:
- If anyone responsible for the documentation for PostgreSQL is reading this, please update it to make clear what syntax one is supposed to use for the confusing --exclude-table-data option!
While not that exact example a sufficient command is already documented that deals with handling identifiers in shell command.
pg_dump -t "\"MixedCaseName\"" mydb > mytab.sql
David J.