Re: POWA tool

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: POWA tool
Date: 2014-08-20 16:46:36
Message-ID: lt2jdc$dpu$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

In response to

  • POWA tool at 2014-08-20 15:41:19 from Ramesh T

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2014-08-20 16:47:26 Re: POWA tool
Previous Message Adrian Klaver 2014-08-20 16:44:20 Re: initial auth failure on debian