Re: [GENERAL] Two questions about 6.5

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [GENERAL] Two questions about 6.5
Дата
Msg-id 199906171331.JAA20272@candle.pha.pa.us
обсуждение исходный текст
Ответ на Two questions about 6.5  (Christian Ullrich <ChrUllrich@gmx.de>)
Список pgsql-general
> Hello all,
>
> I have two questions about PostgreSQL 6.5:
>
> 1. CLUSTER does not work on indexes with more than one field. Is this
>    correct?

It seems to work here:

    test=> create table te(x int, y int);
    CREATE
    test=> create index i_te on te(x,y);
    CREATE
    test=> cluster i_te on te;
    CLUSTER

Can you supply and example.

> 2. In the distribution tarball, the top-level directory is
>    "postgresl-6.5". Isn't there a 'q' missing?

I believe this has been corrected.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: Jonathan Davis
Дата:
Сообщение: oid and index
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] About bug reports