Re: Are indexes blown?

From: "Phoenix Kiula" <phoenix(dot)kiula(at)gmail(dot)com>
To: "Shoaib Mir" <shoaibmir(at)gmail(dot)com>
Cc: "Postgres General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Are indexes blown?
Date: 2008-02-15 13:13:45
Message-ID: e373d31e0802150513k47095d27h63adefa8a5cab955@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 15/02/2008, Shoaib Mir <shoaibmir(at)gmail(dot)com> wrote:
>
> You do not need to restart the database server for that purpose as all you
> need is the pgstattuple.so file copied to <PG-HOME>/lib folder.
>
> Do the following (in case you have installed server from source):
>
> - Go to the <PostgreSQL-source>/contrib/pgstattuple folder
> - run make and make install (this will copy pgstattuple.so file to the lib
> folder of your PostgreSQL installation)
> - Now from psql execute the pgstattuple.sql file for that specific database
> which can be found in <PG-HOME>/share/contrib folder
> - Once the sql file is executed now you can use the pgstattuple function

Thanks. But I had installed from rpm. Can I just download that .so
file and put in the lib folder for pgsql and then start using it?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Shoaib Mir 2008-02-15 13:17:19 Re: Are indexes blown?
Previous Message Phoenix Kiula 2008-02-15 13:09:32 Re: Are indexes blown?