where is pg_hba.conf ubuntu code example
Example 1: pg_hba.conf location ubuntu 18.04
/etc/postgresql/8.4/main/pg_hba.conf
/etc/postgresql/9.1/main/pg_hba.conf
Example 2: where to find pg_hba.conf in ubuntu
SHOW hba_file;
/etc/postgresql/8.4/main/pg_hba.conf
/etc/postgresql/9.1/main/pg_hba.conf
SHOW hba_file;