Tina Messmann <tina(dot)messmann(at)xinux(dot)de> writes:> postgres(at)trill:~$ pg_dump -s -t "TestTable" test
The shell ate your quote marks. Try
pg_dump -s -t '"TestTable"' test
regards, tom lane