Where does PostgreSQL keep it’s config file?

Ask the db via:

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

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.