Re: Full backup - pg_dumpall sufficient?

Поиск
Список
Период
Сортировка
От Jeff Frost
Тема Re: Full backup - pg_dumpall sufficient?
Дата
Msg-id Pine.LNX.4.64.0901291741510.5307@discord.home.frostconsultingllc.com
обсуждение исходный текст
Ответ на Re: Full backup - pg_dumpall sufficient?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Full backup - pg_dumpall sufficient?
Список pgsql-general
On Thu, 29 Jan 2009, Tom Lane wrote:

> Jeff Frost <jeff@frostconsultingllc.com> writes:
>> Tom one thing I noticed recently is that pg_dumpall --globals doesn't
>> seem to pick up when you alter the GUCs at the database level and
>> neither does pg_dump.  How should you dump to grab that per-database
>> stuff?
>
> Regular pg_dumpall will catch that.
>
> There's been some previous discussion about redrawing the dividing lines
> so that this doesn't fall between the cracks when you try to use
> --globals plus per-database pg_dump, but AFAIR nothing's been done about
> it yet.  It's a bit tricky since it's not entirely clear who's
> responsible for creating the individual databases when you restore in
> that scenario.

I guess I could pg_dumpall -s | grep "ALTER DATABASE" to grab that stuff.

--
Jeff Frost, Owner     <jeff@frostconsultingllc.com>
Frost Consulting, LLC     http://www.frostconsultingllc.com/
Phone: 916-647-6411    FAX: 916-405-4032

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Full backup - pg_dumpall sufficient?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Pet Peeves?