powa-team / powa-archivist

powa-archivist: the powa PostgreSQL extension
http://powa.readthedocs.io/
PostgreSQL License
52 stars 20 forks source link

Adding hypopg as a dependency for powa? #8

Closed devrimgunduz closed 7 years ago

devrimgunduz commented 7 years ago

Hi,

I got a feature request for powa, asking for adding hypopg as a dependency for powa:

https://redmine.postgresql.org/issues/2073 (you need a community account to view this)

Do you think it makes sense?

Regards, Devrim

rjuju commented 7 years ago

Hello Devrim,

First thanks a lot for your hard work on packages!

@frost242 opened this feature request, he's also one of the contributor of the powa project. Adding the dependancy really makes sense, because it should help people interested in powa to ease the installation, which is unfortunately a bit complicated (configuring shared_preload_libraries, creating extensions, setting up the UI....). FWIW, this extension is used to validate and hint users about relevance of suggested indexes, so having it is quite useful and it's probably what users will expect.

Would you like a patch for this RM issue?

Regards.

devrimgunduz commented 7 years ago

Hi Julien,

Thanks for the explanation.

I pushed a patch for this. Thanks again.

Regards, Devrim

frost242 commented 7 years ago

Thanks Devrim for your work ! Btw, we added some documentation to help our users to use your packages : http://powa.readthedocs.io/en/latest/quickstart.html#install-powa-archivist-on-the-postgresql-instance-on-rhel-centos

Regards Thomas