You can use the -t option several times if you want to dump more than one table.
$ pg_dump -t table1 -t table2 mydb> dump.sql
-t table --table = table
Dump only tables (or views or sequences) matching table. Multiple
Tables can be selected by writing a few switches.
source share