Re: TODO item: adding VERBOSE option to CLUSTER [with patch]

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: "Jim Cox" <shakahshakah(at)gmail(dot)com>,<pgsql-hackers(at)postgresql(dot)org>
Subject: Re: TODO item: adding VERBOSE option to CLUSTER [with patch]
Date: 2008-10-10 14:05:11
Message-ID: 48EF1AC7.EE98.0025.0@wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>> "Jim Cox" <shakahshakah(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2008-10-10 14:23:02 Re: TODO item: adding VERBOSE option to CLUSTER [with patch]
Previous Message Tom Lane 2008-10-10 13:52:24 Re: CLUSTER, REINDEX, VACUUM in "read only" transaction?