Enfin, j'ai trouvé la solution globale pour cela.
Vous devez d'abord suivre ces étapes :
su - postgres
psql
-
Pour postgres fichier de configuration :
SHOW config_file;
le résultat devrait ressembler à ceci :
postgres=# SHOW config_file;
config_file
------------------------------------------
/etc/postgresql/9.6/main/postgresql.conf
(1 row)
et pour hba_file utiliser :
SHOW hba_file;