On Thu, 2007-03-01 at 12:30 -0300, Osvaldo Rosario Kussama wrote:
> http://www.postgresql.org/docs/8.2/interactive/app-pgdump.html
> "Multiple tables can be selected by writing multiple -t switches. Also,
> the table parameter is interpreted as a pattern according to the same
> rules used by psql's \d commands (see Patterns), so multiple tables can
> also be selected by writing wildcard characters in the pattern."
But note that this is a new feature in 8.2. In 8.1 and earlier,
multiple -t switches will only get you the last one specified.
Joe