Re: CLUSTER ALL patch

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: CLUSTER ALL patch
Дата
Msg-id 20021113010843.GA27475@dcc.uchile.cl
обсуждение исходный текст
Ответ на Re: CLUSTER ALL patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: CLUSTER ALL patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: CLUSTER ALL patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
On Thu, Nov 07, 2002 at 02:08:00PM -0500, Bruce Momjian wrote:
>
> Patch returned to author for revision.

New version attached.  The following is implemented:

- CLUSTER ALL clusters all the tables that have some index with
  indisclustered set and the calling user owns.
- CLUSTER tablename clusters the named table, using the index with
  indisclustered set.  If no index has the bit set, throws elog(ERROR).
- The multi-relation version (CLUSTER ALL) uses a multitransaction
  approach, similar to what VACUUM does.

Please review.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Pido que me den el Nobel por razones humanitarias" (Nicanor Parra)

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: CHECKPOINT_WARNING GUC variable addition
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Domain Check Constraints