possible bug?

From: Clayton Cottingham <drfrog(at)smartt(dot)com>
To: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>
Subject: possible bug?
Date: 1999-10-25 01:22:06
Message-ID: 3813B0BD.7A65BCEF@smartt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Mathijs Brands 1999-10-25 02:48:58 Re: [SQL] possible bug?
Previous Message Byron Nikolaidis 1999-10-25 01:03:03 Re: [INTERFACES] BUG in PgODBC found/fixed (win32)