Re: CLUSTER ALL patch

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: CLUSTER ALL patch
Дата
Msg-id Pine.LNX.4.44.0211151843540.12428-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: CLUSTER ALL patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: CLUSTER ALL patch  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Re: CLUSTER ALL patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Is the clusterdb script now going to be removed?

Bruce Momjian writes:

> Patch applied.  Thanks.
>
> ---------------------------------------------------------------------------
>
>
> Alvaro Herrera wrote:
> > 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)
>
> [ Attachment, skipping... ]
>
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 6: Have you searched our list archives?
> >
> > http://archives.postgresql.org
>
>

--
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 7.4 patch for cube to handle extra_float_digits
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: CLUSTER ALL patch