Re: [GENERAL] Two questions about 6.5

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Christian Ullrich <ChrUllrich(at)gmx(dot)de>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Two questions about 6.5
Date: 1999-06-17 13:31:27
Message-ID: 199906171331.JAA20272@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 1999-06-17 13:36:12 Re: [GENERAL] About bug reports
Previous Message The Hermit Hacker 1999-06-17 12:49:27 Re: [GENERAL] Old Versions?