Re: Proposal : REINDEX xxx VERBOSE

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Sawada Masahiko <sawada(dot)mshk(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Proposal : REINDEX xxx VERBOSE
Date: 2015-02-02 12:21:39
Message-ID: CAB7nPqRVdU8BcTr5aS3tvSZAOaSnFS2eFn1ADEMFeWRsd=305w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Feb 2, 2015 at 8:31 PM, Sawada Masahiko <sawada(dot)mshk(at)gmail(dot)com> wrote:
> Attached patch adds VERBOSE option to REINDEX commands.
> Please give me feedbacks.
This could provide useful feedback to users. Now, I think that it may
be better to provide the keyword VERBOSE before the type of object
reindexed as REINDEX [ VERBOSE ] object. In any case, at quick sight,
the table completion for REINDEX is broken with your patch because by
typing REINDEX VERBOSE you would show the list of objects and once
again VERBOSE.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Atri Sharma 2015-02-02 12:36:35 Re: Implementation of global temporary tables?
Previous Message Andres Freund 2015-02-02 12:15:19 Re: Implementation of global temporary tables?