possible bug?

Поиск
Список
Период
Сортировка
От Clayton Cottingham
Тема possible bug?
Дата
Msg-id 3813B0BD.7A65BCEF@smartt.com
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] Stats on new tables
Следующее
От: Mathijs Brands
Дата:
Сообщение: Re: [SQL] possible bug?