SyntaxFix
Write A Post
Hire A Developer
Questions
Print pg_hba.conf file location:
su - postgres -c "psql -t -P format=unaligned -c 'show hba_file';"
Print postgresql.conf file location:
su - postgres -c "psql -t -P format=unaligned -c 'SHOW config_file';"