Re: REINDEX ALL and CLUSTER ALL

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: REINDEX ALL and CLUSTER ALL
Дата
Msg-id 200208271417.g7REH6u20869@candle.pha.pa.us
обсуждение исходный текст
Ответ на REINDEX ALL and CLUSTER ALL  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Ответы Re: REINDEX ALL and CLUSTER ALL
Re: REINDEX ALL and CLUSTER ALL
Список pgsql-hackers
Christopher Kings-Lynne wrote:
> Would it be worth adding REINDEX ALL and CLUSTER ALL as actual SQL commands?
> This would be neat.  Plus, it means we don't have to worry about having
> unix-only script in the distro once we have Win32 support.
> 
> Actually, we should just leave the 'ALL' off.  That will make them behave
> like VACUUM without arguments...

Wow, now that is a nify idea!   Let me add it to TODO and we can get rid
of the shell scripts entirely:
       o Allow CLUSTER to cluster all tables, remove clusterdbo Allow REINDEX to rebuild all indexes, remove
/contrib/reindex

If we ever get the index growth fixed, we will not need the reindex
change, I guess, but maybe if they have some index corruption but they
are not sure where it may be helpful.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: MemoryContextAlloc: invalid request size 1934906735
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: Default privileges for new databases (was Re: Can't