possible bug? - Mailing list pgsql-sql

From Clayton Cottingham
Subject possible bug?
Date
Msg-id 3813B0BD.7A65BCEF@smartt.com
Whole thread Raw
Responses Re: [SQL] possible bug?  (Mathijs Brands <mathijs@ilse.nl>)
Re: [SQL] possible bug?  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [SQL] possible bug?  (Peter Eisentraut <e99re41@DoCS.UU.SE>)
Re: [SQL] possible bug?  (Bruce Momjian <maillist@candle.pha.pa.us>)
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

ive tested in 6.5 and 6.5.2




pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: [SQL] Stats on new tables
Next
From: Mathijs Brands
Date:
Subject: Re: [SQL] possible bug?