allowing vacuum/ analyze to operate on whole schemas.

Поиск
Список
Период
Сортировка
От Rajesh Kumar Mallah
Тема allowing vacuum/ analyze to operate on whole schemas.
Дата
Msg-id 407CE7E8.3090503@trade-india.com
обсуждение исходный текст
Список pgsql-general
Greeting,

Will it be an useful feature to be able to
vacumm / analyze all tables in a given schema.

eg

VACUUM schema.* ;

at least for me it will be a good feature.

Regds
Mallah.



tradein_clients=# \h ANALYZE
Command:     ANALYZE
Description: collect statistics about a database
Syntax:
ANALYZE [ VERBOSE ] [ table [ (column [, ...] ) ] ]

tradein_clients=# \h VACUUM
Command:     VACUUM
Description: garbage-collect and optionally analyze a database
Syntax:
VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ table ]
VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ table [ (column [, ...]
) ] ]


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Remove MySQL Tools from Source?
Следующее
От: Karel Zak
Дата:
Сообщение: Re: verifying unicode locale support