powa-team / powa

PostgreSQL Workload Analyzer
http://powa.readthedocs.io/
PostgreSQL License
768 stars 57 forks source link

hypopg extension installed but power still shows Install hypopg for solution validation #93

Closed goodwill closed 7 years ago

goodwill commented 7 years ago

As title, PostgreSQL 9.5.4 with all recommended extensions installed

rjuju commented 7 years ago

Hello,

Documentation may be unclear, but hypopg extension has to be installed on every database you want to run the wizard tool on. If that's the case, can you show the result of

SELECT * FROM pg_extension

on the target database?

goodwill commented 7 years ago

Gotcha! Just wanna check so only hypopg needs to be on every database, all other extensions just needs to be on powa db right?

rjuju commented 7 years ago

Exactly :)