Re: restore multiple tables postgres - Mailing list pgsql-general

From Rob Richardson
Subject Re: restore multiple tables postgres
Date
Msg-id 04A6DB42D2BA534FAC77B90562A6A03D012F56DD@server.rad-con.local
Whole thread Raw
In response to Re: restore multiple tables postgres  (akp geek <akpgeek@gmail.com>)
Responses Re: restore multiple tables postgres
List pgsql-general
I often have to create test copies of a production database.   The database has several large tables that contain historical data that is not needed for our system to run, and just wastes time doing backups and restores.  I created two batch files, one for backing up and the other for restoring.  The backup file begins with a command to backup the scheme of the database, and then there is a series of commands to backup the tables I need, once command per table.  The restore file works the same way.  I think a similar idea would help you.  You could trim the batch files (or at least the restore batch file) to give you only the tables you need.
 
If you want, I'd be happy to E-mail you the batch files.
 
RobR

pgsql-general by date:

Previous
From: akp geek
Date:
Subject: Re: restore multiple tables postgres
Next
From: Tom Lane
Date:
Subject: Re: auto vacuum