Обсуждение:

Поиск
Список
Период
Сортировка

От
Дата:
Hi,

I'm using postgresql 7.2. While issuing the CLUSTER command on a table,
I got some notices telling me "drop would implicitly delete ...".
After the CLUSTER command, the table was like if was created again,
and the grants were not preserved.

The postgresql sql reference says "CLUSTER preserves GRANT, inheritance,
index, foreign key, and other ancillary information about the table."

I guess the CLUSTER command is not fully implemented in 7.2. Is it fully
implemented on 7.3?

Thanks.