allowing vacuum/ analyze to operate on whole schemas.

From: Rajesh Kumar Mallah <mallah(at)trade-india(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: allowing vacuum/ analyze to operate on whole schemas.
Date: 2004-04-14 07:27:36
Message-ID: 407CE7E8.3090503@trade-india.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 [, ...]
) ] ]

Browse pgsql-general by date

  From Date Subject
Next Message Karel Zak 2004-04-14 08:34:21 Re: verifying unicode locale support
Previous Message Tom Lane 2004-04-14 04:41:29 Re: [HACKERS] Remove MySQL Tools from Source?