Where are my postgres *.conf files?

Timur Sadykov picture Timur Sadykov · Aug 30, 2010 · Viewed 492.3k times · Source

I have recently reinstalled postgresql 8.3 on my Ubuntu 8.04 after update. Used EnterpriseDB package. I can connect to the database locally, I see system DB postgres but I can't configure it because I can't find config files. Searched through entire hard drive and found only samples like pg_hba.conf.sample

Where are the postgres *.conf files?

Answer

Frank Heikens picture Frank Heikens · Aug 30, 2010

Or ask your database:

$ psql -U postgres -c 'SHOW config_file'