Re: Reindexing pg_catalog

From: raghu ram <raghuchennuru(at)gmail(dot)com>
To: Lukasz Brodziak <lukasz(dot)brodziak(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Reindexing pg_catalog
Date: 2011-04-08 06:56:43
Message-ID: BANLkTimxkz1eqqQgYxJ+u11pCVK6E19F0Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, Apr 8, 2011 at 12:13 PM, Lukasz Brodziak
<lukasz(dot)brodziak(at)gmail(dot)com>wrote:

> Hello,
>
> Is there a way to reiindex whole pg_catalog instead of reindexing each
> table?
>
>
You can achieve this by using below command::

postgres(at)raghu:/opt/PostgreSQL/8.3/bin$ ./reindexdb -s test -p 5433

[or]

postgres=# reindex system postgres;

--Raghu Ram

> --
> Łukasz Brodziak
> "What if everyting around You isn't quite as it seems,
> What if all the world You think You know is an inelaborate dream
> When You look at Your reflection is that all you want it to be
> What if You could look right through the cracks
> Would You find Yourself...... Find Yourself afraid to see"
>
> --
> Sent via pgsql-admin mailing list (pgsql-admin(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2011-04-08 07:46:41 Re: Out Of Memory 8.1
Previous Message Lukasz Brodziak 2011-04-08 06:43:09 Reindexing pg_catalog