Re: [SQL] possible bug?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [SQL] possible bug?
Дата
Msg-id Pine.GSO.4.02A.9910251051130.8338-100000@Krabba.DoCS.UU.SE
обсуждение исходный текст
Ответ на possible bug?  (Clayton Cottingham <drfrog@smartt.com>)
Список pgsql-sql
>From the manual for CLUSTER:

"The table is actually copied to a temporary table in index order, then
renamed back to the original name. For this reason, all grant permissions
and other indexes are lost when clustering is performed."

So this is not a bug in the sense that no one knows about it, but it's an
unfortunate side-effect for sure.
-Peter

On Mon, 25 Oct 1999, Clayton Cottingham 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
> 
> 
> 
> ************
> 
> 

-- 
Peter Eisentraut                  Sernanders vaeg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



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

Предыдущее
От: Postgres
Дата:
Сообщение: Limit doesn't work with select unions
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: [SQL] Limit doesn't work with select unions