Re: Help install powa

From: Julien Rouhaud <rjuju123(at)gmail(dot)com>
To: Neto pr <netoprbr9(at)gmail(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Help install powa
Date: 2017-11-03 12:05:59
Message-ID: CAOBaU_aOPAT9=ntvr1Gt2xLZzEo=UxQtcvTUBddC_WXftzVbJQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, Nov 3, 2017 at 12:52 PM, Neto pr <netoprbr9(at)gmail(dot)com> wrote:
> Hello All
>
> I was trying to install postgresql by this tutorial
> http://powa.readthedocs.io/en/latest/quickstart.html to use the tool for bd
> Powa.
>
> I am use S.O. debian 8 Jessie.
>
> I ran: apt-get install postgresql-9.6 postgresql-client-9.6
> postgresql-contrib-9.6 apt-get install postgresql-9.6-powa
>
> So far so good, the DBMS has gone up and I can create tables etc.
>
> But I'm not finding where the postgresql.conf file is. I tried searching
> using locate postgresql.conf, but can not find, I suspect it was not
> created. I need to add some libraries in the parameter:
> shared_preload_libraries
>
> Has anyone installed postgresql in this way, and could it tell you where the
> postgresql.conf file might be, or another one to configure the
> shared_preload_libraries parameter?

You can ask for the location of this file with this query: "show config_file ;".

By default, on debian it should be /etc/postgresql/9.6/main/postgresql.conf

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Payal Singh 2017-11-03 15:01:02 Re: postgresql9.4 aws - no pg_upgrade
Previous Message Neto pr 2017-11-03 11:52:00 Help install powa