pgsql: Add: > > * Add REINDEX CONCURRENTLY, like CREATE INDEX - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add: > > * Add REINDEX CONCURRENTLY, like CREATE INDEX
Date
Msg-id 20070131031749.2B9729FB3EB@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add:

>
> * Add REINDEX CONCURRENTLY, like CREATE INDEX CONCURRENTLY
>
>   This is difficult because you must upgrade to an exclusive table lock
>   to replace the existing index file.  CREATE INDEX CONCURRENTLY does not
>   have this complication.  This would allow index compaction without
>   downtime.

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.2057 -> r1.2058)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2057&r2=1.2058)
    pgsql/doc/src/FAQ:
        TODO.html (r1.558 -> r1.559)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.558&r2=1.559)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update for VACUUM FULL: < reindex rather than update the
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add missing colon.