Ask the db via:
[postgres@localhost ~]$ psql -U postgres -c 'show config_file'
config_file
-------------------------------------
/var/lib/pgsql/data/postgresql.conf

Articles, notes and random thoughts on Software Development and Technology
Ask the db via:
[postgres@localhost ~]$ psql -U postgres -c 'show config_file'
config_file
-------------------------------------
/var/lib/pgsql/data/postgresql.conf

