Re: TODO item: adding VERBOSE option to CLUSTER [with patch] - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: TODO item: adding VERBOSE option to CLUSTER [with patch]
Date
Msg-id 48EF1AC7.EE98.0025.0@wicourts.gov
Whole thread Raw
In response to Re: TODO item: adding VERBOSE option to CLUSTER [with patch]  ("Jim Cox" <shakahshakah@gmail.com>)
Responses Re: TODO item: adding VERBOSE option to CLUSTER [with patch]
List pgsql-hackers
>>> "Jim Cox" <shakahshakah@gmail.com> wrote: 
> if present an INFO message is generated which displays
> the schema.tblname just before actual clustering is kicked off (see
example
> below).
> postgres=# CLUSTER VERBOSE ;
> INFO:  clustering "public.my_b"
> INFO:  clustering "public.my_c"
> INFO:  clustering "public.my_a"
> CLUSTER
Would it make sense to display the pg_total_relation_size before and
after?
-Kevin


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: CLUSTER, REINDEX, VACUUM in "read only" transaction?
Next
From: Heikki Linnakangas
Date:
Subject: Re: TODO item: adding VERBOSE option to CLUSTER [with patch]