Re: Proposal : REINDEX SCHEMA - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Proposal : REINDEX SCHEMA
Date
Msg-id CAB7nPqRu9VED0-PvyQPf4PTNdVYabL=NuEmFE6N4EuUEWO6eDw@mail.gmail.com
Whole thread Raw
In response to Re: Proposal : REINDEX SCHEMA  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
List pgsql-hackers
On Wed, Dec 10, 2014 at 1:37 AM, Fabrízio de Royes Mello
<fabriziomello@gmail.com> wrote:
> On Tue, Dec 9, 2014 at 10:21 AM, Michael Paquier <michael.paquier@gmail.com>
> wrote:
>>
>> On Tue, Dec 9, 2014 at 6:43 PM, Michael Paquier
>> <michael.paquier@gmail.com> wrote:
>> > OK. Perhaps that's not worth mentioning in the release notes, but some
>> > users may be used to the old behavior. What about the other issues
>> > (regression test for permissions incorrect and matviews)?
>> Here is in any case an updated patch to fix all those things rebased
>> on latest HEAD (ae4e688).
>>
>
> The patch is fine:
> - No compiler warnings
> - Added properly regressions tests and run ok
>
> There are no changes in the docs. Maybe we can mention matviews on REINDEX
> SCHEMA docs, what do you think?
Current documentation tells that all the indexes in schema are
reindexed, only matviews and relations can have one, so that's
implicitly specified IMO. If in the future we add support for another
relkind and that it can have indexes, we won't need to update the docs
as well.
--
Michael



pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: logical column ordering
Next
From: Richard Frith-Macdonald
Date:
Subject: Re: Elusive segfault with 9.3.5 & query cancel