Re: Restore 1 Table from pg_dumpall?

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Restore 1 Table from pg_dumpall?
Дата
Msg-id 20130122183803.120590@gmx.com
обсуждение исходный текст
Ответ на Restore 1 Table from pg_dumpall?  (Rich Shepard <rshepard@appl-ecosys.com>)
Список pgsql-general
Rich Shepard wrote:

> Is there a way I can extract a single table's schema and data from the
> full backup? If so, I can then drop the fubar'd table and do it correctly
> this time.

If you have a server with enough free space, you could restore
the whole cluster and then selectively dump what you need.

-Kevin


В списке pgsql-general по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Pg_xlog increase due to postgres crash (disk full)
Следующее
От: Steve Crawford
Дата:
Сообщение: Re: Running update in chunks?