Re: ALTER TABLE...SET WITHOUT CLUSTER

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: ALTER TABLE...SET WITHOUT CLUSTER
Дата
Msg-id 408E7609.2000107@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: ALTER TABLE...SET WITHOUT CLUSTER  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
>>Even changing the syntax to "qualified_name DROP CLUSTER" doesn't work
>>due to the existence of "relation_expr DROP ...".
>
> I have an idea.  Change the code to use relation_expr, then throw an
> error from gram.y if $$->inhOpt != INH_DEFAULT.

Yeah, that was the plan.  I have been too busy (or too lazy more like)
to actually get around to doing it and submitting it however...  I am
actually more tempted to do the right thing and actually make it recurse
properly over the hierarchy...

Chris


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: ALTER TABLE...SET WITHOUT CLUSTER
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] compile warning in CVS HEAD