Re: CLUSTER all tables

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: CLUSTER all tables
Дата
Msg-id 20020901022925.38c6c0a3.alvherre@atentus.com
обсуждение исходный текст
Ответ на Re: CLUSTER all tables  (Alvaro Herrera <alvherre@atentus.com>)
Список pgsql-patches
I wrote:

> > What it does:
> >
> > - if CLUSTER is called with no arguments, cluster all indexes that
> > have  indisclustered set (in the current database).  There's no "ALL"
> >   argument: that's just pollution IMHO.
> >
> > - Gets a list of such indexes (checking ownership of each) and passes
> >   them one by one to the standard cluster routine (modified a little
> >   so it accepts OIDs of table and index, not names).
>
> The same as before, but I do include documentation patch (feel free to
> rewrite or suggest improvements) and regression test.

--
Alvaro Herrera (<alvherre[a]atentus.com>)
"Para tener mas hay que desear menos"

Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: CLUSTER all tables
Следующее
От: Alvaro Herrera
Дата:
Сообщение: reindex in tab completion