Re: ALTER TABLE / CLUSTER ON

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: ALTER TABLE / CLUSTER ON
Дата
Msg-id 20030321154058.GH3205@dcc.uchile.cl
обсуждение исходный текст
Ответ на ALTER TABLE / CLUSTER ON  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Ответы Re: ALTER TABLE / CLUSTER ON
Re: ALTER TABLE / CLUSTER ON
Список pgsql-hackers
On Fri, Mar 21, 2003 at 11:21:16AM +0800, Christopher Kings-Lynne wrote:
> Does the new ALTER TABLE / CLUSTER ON syntax support the ONLY modifier - it
> isn't documented if it is??  I guess it's not really relevant is it?

Oh, sorry, the command does not recurse.  Should it?  The whole CLUSTER
thing does not recurse -- in fact that's why I didn't make the ALTER ...
CLUSTER ON version do it, but maybe it should.

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"El destino baraja y nosotros jugamos" (A. Schopenhauer)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: A bad behavior under autocommit off mode
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Nested transactions: low level stuff