Re: restore single table - Mailing list pgsql-general

From Mitch Vincent
Subject Re: restore single table
Date
Msg-id 002501c10fa3$1a5ddf10$1251000a@Mitch
Whole thread Raw
In response to restore single table  (Liz Pelletier <liz@plandepot.com>)
List pgsql-general
You could grab the entries from the backup file but it require a little
coding (Some creative use of grep/awk could probably do it)...

Or load the entire backup into a temp database then dump from the temp
database only the tables you want and import then into whichever database
you'd like...

*shrug* either way, you have to jump through a few hoops...

Good luck!

-Mitch

----- Original Message -----
From: "Liz Pelletier" <liz@plandepot.com>
To: <pgsql-general@postgresql.org>
Sent: Wednesday, July 18, 2001 11:46 AM
Subject: [GENERAL] restore single table


> If I have a dump of myDB, and I want to restore only two tables from
> this dump, is there a way to do this? Or do I have to restore the entire
> db?
>
> (BTW, using 7.1 on a Debian box.)
>
> Thanks in advance,
> Liz
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Errors in logs
Next
From: Tom Lane
Date:
Subject: Re: PG rules! (RULES being the word ;->)