Re: vacuum full for all databases

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: vacuum full for all databases
Дата
Msg-id 200409020959.49744.peter_e@gmx.net
обсуждение исходный текст
Ответ на vacuum full for all databases  (Ilia Chipitsine <ilia@paramon.ru>)
Список pgsql-general
Am Donnerstag, 2. September 2004 09:32 schrieb Ilia Chipitsine:
> I'm about to write plpgsql function which will "vacuum full" all existing
> databases. Below is an example how to get list of databases.
>
> What should I write instead of "raise notice" ?

You normally cannot access different databases from one database session.  But
you could use dblink from contrib to overcome this restriction.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: Ilia Chipitsine
Дата:
Сообщение: vacuum full for all databases
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: vacuum full for all databases