Re: restore single table

Поиск
Список
Период
Сортировка
От Mitch Vincent
Тема Re: restore single table
Дата
Msg-id 002501c10fa3$1a5ddf10$1251000a@Mitch
обсуждение исходный текст
Ответ на restore single table  (Liz Pelletier <liz@plandepot.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Errors in logs
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PG rules! (RULES being the word ;->)