Re: [SQL] possible bug? - Mailing list pgsql-sql

From Bruce Momjian
Subject Re: [SQL] possible bug?
Date
Msg-id 199910260453.AAA20125@candle.pha.pa.us
Whole thread Raw
In response to possible bug?  (Clayton Cottingham <drfrog@smartt.com>)
List pgsql-sql
> can anyone confirm this?
> 
> create index idx on table using btree(column  );
> cluster idx on table;
> drop index idx;
> 
> seems to drop all permissions and indexes
> on the table involved
> 

Yes.  See CLUSTER manual page.

--  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,
Pennsylvania19026
 


pgsql-sql by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [SQL] Stats on new tables
Next
From: Bruce Momjian
Date:
Subject: Re: [SQL] possible bug?