How do you find the pg_hba.conf on your system
To locate the pg_hba.conf file on your system, you can use one of the following methods, depending on your access level and the specifics of your PostgreSQL installation: Method 1: Using SQL Query If you have access to the PostgreSQL server through psql or any other SQL interface, you can run the following SQL command …