Hi,
Am 03.11.2017 um 12:51 schrieb Neto pr:
But I'm not finding where the postgresql.conf file is.
you can ask the database, inside psql:
test=# show config_file;
config_file
-
/etc/postgresql/10/main/postgresql.conf
(1 Zeile)
test=*#
Hi,
You can find the file locations on
https://wiki.debian.org/PostgreSql#File_locations
You should find the configuration in /etc/postgresql/9.6/main.
Kind regards,
On 11/03/2017 12:51 PM, Neto pr wrote:
>
> Hello All
>
> I was trying to install postgresql by this tutorial
> http://powa.readt
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
S