Re: Backup of multiple tables - Mailing list pgsql-sql

From Tom Lane
Subject Re: Backup of multiple tables
Date
Msg-id 20380.1063985897@sss.pgh.pa.us
Whole thread Raw
In response to Backup of multiple tables  (Andreas Joseph Krogh <andreak@officenet.no>)
Responses Re: Backup of multiple tables  (Andreas Joseph Krogh <andreak@officenet.no>)
List pgsql-sql
Andreas Joseph Krogh <andreak@officenet.no> writes:
> I usually backup my database with pg_backup without the -t option. But now I 
> need to only backup certain tables(say tab1 and tab2), is this possible with 
> pg_dump? I've tried with "pg_dump -t tab1 -t tab2" without success.

pg_dump can only handle one -t option at a time.  It'd make sense to
allow multiple -t options (likewise -n) but no one's got round to
improving the code in that particular direction.  I don't think it would
be hard; want to fix it and send in a patch?
        regards, tom lane


pgsql-sql by date:

Previous
From: "Alexander M. Pravking"
Date:
Subject: Re: Backup of multiple tables
Next
From: Stephan Szabo
Date:
Subject: Re: Problem with timestamp - Pls help