How to find all conf files location in PostgreSQL

In this article, we will see how to find all conf files location in PostgreSQL.

As a DBA, we must know where config files are located in our file system. Following steps are applied to Linux and Windows Operating Systems.

We cant get the config files location is PostgreSQL by using SHOW command, or by querying pg_settings catalog and by searching in Operating system.

Find all conf files location in PostgreSQL:
Continue reading How to find all conf files location in PostgreSQL