Re: best practices for dumping databases

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: best practices for dumping databases
Дата
Msg-id 16057.1207531444@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: best practices for dumping databases  ("Mag Gam" <magawake@gmail.com>)
Ответы Re: best practices for dumping databases
Список pgsql-novice
"Mag Gam" <magawake@gmail.com> writes:
> But, what is the correct practice to do db_dumps? pg_dump db should suffice?

Yes, though remember that pg_dump doesn't dump any role or tablespace
definitions, and it also doesn't think about properties attached to the
database as such (ALTER DATABASE etc).  You might want to use
"pg_dumpall -g" for those.

            regards, tom lane

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

Предыдущее
От: "Mag Gam"
Дата:
Сообщение: Re: best practices for dumping databases
Следующее
От: Karl Martindale
Дата:
Сообщение: Postgres -> VB6