Fujii Masao <[email protected]> writes: > pg_dump allows us to select multiple target tables by using > multiple -t switches, but pg_restore does not. So, when > restoring multiple tables, we have to run pg_restore more > than once as follows. This is a pain to me.
Use the list facilities, options -l and -L. > Is it worth allowing pg_restore to accept multiple -t > switches as well as pg_dump? I don't think so. Regards, -- dim -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
