| From: | Julien Rouhaud <rjuju123(at)gmail(dot)com> |
|---|---|
| To: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: POWA tool |
| Date: | 2014-08-20 20:27:46 |
| Message-ID: | CAOBaU_a=rKN1RVmHYJr8UPjy1V6ArdXmgmpjdcLz6YvgGyUtdw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Wed, Aug 20, 2014 at 6:46 PM, Thomas Kellerer <spam_eater(at)gmx(dot)net> wrote:
> Ramesh T schrieb am 20.08.2014 um 17:41:
> > Hello,
> >
> > when i ran following query,
> > postgres=# SELECT * FROM pg_stat_statements;
> >
> >
> > ERROR: relation "pg_stat_statements" does not exist
> > LINE 1: SELECT * FROM pg_stat_statements;
> >
> >
> > i need to install POWA..i got powa.zip
>
> No, you need to install the extension pg_stat_statements:
>
> http://www.postgresql.org/docs/current/static/pgstatstatements.html
> http://www.postgresql.org/docs/current/static/sql-createextension.html
>
You also need the extensions plpgsql (which should already be installed)
and btree_gist.
When installing the powa extension (CREATE EXTENSION powa;), postgres will
warn you of missing dependancy if any.
You can also refer to the installation documentation (
https://github.com/dalibo/powa/blob/master/README.md)
Regards.
--
Julien Rouhaud
http://www.dalibo.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Larry White | 2014-08-20 20:53:02 | JsonB Gin Index is very large; is there a work around? |
| Previous Message | Marcus Engene | 2014-08-20 20:25:30 | Trigger to a queue for sending updates to a cache layer |