Re: [GENERAL] Two questions about 6.5 - Mailing list pgsql-general

From Bruce Momjian
Subject Re: [GENERAL] Two questions about 6.5
Date
Msg-id 199906171331.JAA20272@candle.pha.pa.us
Whole thread Raw
In response to Two questions about 6.5  (Christian Ullrich <ChrUllrich@gmx.de>)
List 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 by date:

Previous
From: Jonathan Davis
Date:
Subject: oid and index
Next
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] About bug reports