allowing vacuum/ analyze to operate on whole schemas. - Mailing list pgsql-general

From Rajesh Kumar Mallah
Subject allowing vacuum/ analyze to operate on whole schemas.
Date
Msg-id 407CE7E8.3090503@trade-india.com
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Remove MySQL Tools from Source?
Next
From: Karel Zak
Date:
Subject: Re: verifying unicode locale support