Re: Backup complete

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: Backup complete
Дата
Msg-id 4E2FE89E.3010500@iol.ie
обсуждение исходный текст
Ответ на Backup complete  (Adarsh Sharma <adarsh.sharma@orkash.com>)
Ответы Re: Backup complete  (Adarsh Sharma <adarsh.sharma@orkash.com>)
Список pgsql-general
On 27/07/2011 10:51, Adarsh Sharma wrote:
> Dear all,
>
> I take backup of postgres databases with pg_dump command.
> But it didn't take backup of all sequences,views & functions in
> different databases.

That's because you told it to backup only the postgres database. pg_dump
only dumps a single database. If you want to backup all databases in the
cluster, use pg_dumpall.

You should read up on the two commands in the documentation:

  http://www.postgresql.org/docs/9.0/static/reference-client.html

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie

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

Предыдущее
От: Adarsh Sharma
Дата:
Сообщение: Backup complete
Следующее
От: Adarsh Sharma
Дата:
Сообщение: Re: Backup complete