Where is pg_hba conf?



Where is pg_hba conf?..

Answer / Bharat Gautam

The pg_hba.conf file is located in the data directory of a PostgreSQL cluster, usually found under /var/lib/pgsql/data on Linux systems.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

How do I rename a column in postgresql?

1 Answers  


What is postgres vacuum?

1 Answers  


Is postgresql a programming language?

1 Answers  


What is self referencing foreign key?

1 Answers  


How to stop the database server?

1 Answers  


Explain what is PostgreSQL?

1 Answers  


i have three table 1. student (stuid,name) 2. subject (subid,sname,studid) 3. marks (subid,studentid,marks) i want the reslut of how as got max marks in each subject sudentname,max(marks), name abc,70,nikitha

1 Answers   CMC,


What is connection limit in postgresql?

1 Answers  


How do I add another column in postgresql?

1 Answers  


How the stats updated in postgresql?

1 Answers  


Is primary key indexed by default in postgres?

1 Answers  


What is a foreign key constraint why are such constraints important?

1 Answers  


Categories