Re: Index bloat problem? - Mailing list pgsql-performance

From Josh Berkus
Subject Re: Index bloat problem?
Date
Msg-id 200504211050.29365.josh@agliodbs.com
Whole thread Raw
In response to Re: Index bloat problem?  (Alex Turner <armtuk@gmail.com>)
List pgsql-performance
Alex,

> REINDEX DATABASE blah
>
> supposed to rebuild all indices in the database, or must you specify
> each table individualy? (I'm asking because I just tried it and it
> only did system tables)

"DATABASE

 Recreate all system indexes of a specified database. Indexes on user tables
are not processed. Also, indexes on shared system catalogs are skipped except
in stand-alone mode (see below). "

http://www.postgresql.org/docs/8.0/static/sql-reindex.html

--
Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-performance by date:

Previous
From: Alex Turner
Date:
Subject: Re: Index bloat problem?
Next
From: Chris Browne
Date:
Subject: Re: How can an index be larger than a table