Re: The Contrib Roundup (long) - Mailing list pgsql-hackers

From Andrew - Supernews
Subject Re: The Contrib Roundup (long)
Date
Msg-id slrndak7af.2799.andrew+nonews@trinity.supernews.net
Whole thread Raw
In response to The Contrib Roundup (long)  (Josh Berkus <josh@agliodbs.com>)
Responses Re: The Contrib Roundup (long)
List pgsql-hackers
On 2005-06-10, Kaare Rasmussen <kar@kakidata.dk> wrote:
>> But not as easy as:
>> psql -c "reindex database {database}" {database}
>
> Well it was just to show that there really is no need for a program just for 
> this functionality.

Either you're misunderstanding what "reindex database" does (it reindexes
only the system catalogs), or you're misunderstanding what reindexdb does
(it reindexes all indexes in the specified database, or all databases,
unless told otherwise).

-- 
Andrew, Supernews
http://www.supernews.com - individual and corporate NNTP services


pgsql-hackers by date:

Previous
From: "Jonah H. Harris"
Date:
Subject: Re: User Quota Implementation
Next
From: Hannu Krosing
Date:
Subject: Re: proposed TODO: non-locking CREATE INDEX / REINDEX