Tom Lane schrieb am 13.12.2016 um 18:02:
-bash-4.1$ pg_dump -d postgres -t '"Statuses"' pg_dump: no matching tables were found-bash-4.1$ pg_dump -d postgres -t 'public."Statuses"' pg_dump: no matching tables were foundThese cases work for me. Maybe your shell is doing something weird with the quotes?
Hmm, that's the default bash from CentOS 6 (don't know the exact version) Thomas -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
