Re: Improving index maintenance suggestions - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: Improving index maintenance suggestions
Date
Msg-id 20140130171607.GA20260@momjian.us
Whole thread Raw
In response to Improving index maintenance suggestions  (Greg Smith <greg@2ndQuadrant.com>)
List pgsql-docs
On Wed, Jul 17, 2013 at 10:08:44PM -0400, Greg Smith wrote:
> The attached documentation patch overhauls the "Routine Reindexing"
> documentation to introduce production index rebuilding techniques.
> REBUILD is useless for a lot of environments, replaced with CREATE
> INDEX CONCURRENTLY and various naming shuffles if you want the new
> index to have the same name.  I tried to link to all of the commands
> needed to pull that off usefully.

Adjusted patch applied, and backpatched to 9.3.  We don't normally patch
non-fix patches earlier than the most recent stable release.  Thanks.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +


pgsql-docs by date:

Previous
From: Vik Fearing
Date:
Subject: Re: Links for upgraders
Next
From: Bruce Momjian
Date:
Subject: Re: make vs. gmake