From: | Birta Levente <blevi(dot)linux(at)gmail(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: POWA tool |
Date: | 2014-08-22 10:08:01 |
Message-ID: | 53F71681.3010607@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 20/08/2014 23:27, Julien Rouhaud wrote:
>
> On Wed, Aug 20, 2014 at 6:46 PM, Thomas Kellerer <spam_eater(at)gmx(dot)net
> <mailto: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)
I just installed POWA and don't understand what mean in readme the
configure guc ?
Added extension and I get working the GUI, I can login, but have no
databases. How to add?
Thanks
Levi
From | Date | Subject | |
---|---|---|---|
Next Message | Birta Levente | 2014-08-22 10:24:52 | Re: POWA tool |
Previous Message | Alban Hertroys | 2014-08-22 08:18:04 | Re: Use of 'now' constant datatype in view to take advantage of partitioned table |