Re: vacuum and backup

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: vacuum and backup
Дата
Msg-id m3d7c4x99n.fsf@belphigor.mcnaught.org
обсуждение исходный текст
Ответ на Re: vacuum and backup  ("Brent R. Matzelle" <bmatzelle@yahoo.com>)
Ответы Re: vacuum and backup  ("Brent R. Matzelle" <bmatzelle@yahoo.com>)
Список pgsql-general
"Brent R. Matzelle" <bmatzelle@yahoo.com> writes:

> > 3) Has anyone written some shell scripts to do vacuum and
> > backup?
> > I will have to write some but am not conversant with shell
> > scripts and
> > would greatly appreciate any help.
>
> You would probably be better off writing your scripts in a
> system language such as Python or Perl.  Here is an excerpt from
> a basic Python backup program I wrote (uses pg_dump &
> postgresql-python) that does just that.

I don't know; I think shell scripts are quite adequate for backup and
VACUUM (especially since 7.x comes with the 'vacuumdb' program).  I'm
a big Perl hound, but for something that just kicks off a couple of
existing programs I think Perl and Python are overkill.

Just MHO, and not really on-topic...

-Doug

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

Предыдущее
От: "Brent R. Matzelle"
Дата:
Сообщение: Re: vacuum and backup
Следующее
От: "Mitch Vincent"
Дата:
Сообщение: Re: vacuum and backup