Re: [SQL] possible bug?

Поиск
Список
Период
Сортировка
От Mathijs Brands
Тема Re: [SQL] possible bug?
Дата
Msg-id 19991025044858.A15895@ilse.nl
обсуждение исходный текст
Ответ на possible bug?  (Clayton Cottingham <drfrog@smartt.com>)
Ответы Re: [SQL] possible bug?  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-sql
On Mon, Oct 25, 1999 at 01:22:06AM +0000, Clayton Cottingham allegedly wrote:
> 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

This is correct. I've had this problem myself. When you check the source,
there is a comment about this, but nothing useful. I myself would
consider this a bug too, but I'm not sure about the developers.

Hmm, another useles email.

Mathijs


В списке pgsql-sql по дате отправления:

Предыдущее
От: Clayton Cottingham
Дата:
Сообщение: possible bug?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] possible bug?