Answers for "how to find pg_hba.conf"

SQL
2

pg_hba.conf location

SHOW hba_file;
// Type this in your psql cmd and it will show directory
Posted by: Guest on January-29-2021
0

pg_hba.conf location ubuntu 18.04

/etc/postgresql/8.4/main/pg_hba.conf
/etc/postgresql/9.1/main/pg_hba.conf
Posted by: Guest on June-25-2020
0

where to find pg_hba.conf in ubuntu

SHOW hba_file;
Posted by: Guest on June-08-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language