> Now I'm just filling the mailing list with mis-information. It actually
> ignores all but the last -t flag - so this only allows me to specify one
> table at a time, rather than several tables.
There's always the low-tech option of:
for table in `cat /tmp/table_list.txt`
do
pg_dump -t $table my_db >> /tmp/my_tables.dmp
done