Re: location of the configuration files
Martin Coxall <coxall@cream.org>
From: Martin Coxall <coxall@cream.org>
To: pgsql-hackers@postgresql.org
Date: 2003-02-14T14:07:11Z
Lists: pgsql-hackers
> Generally things that live in /etc are owned and operated by the OS. > Postgresql, by it's definition is a userspace program, not an OS owned > one. Partially true. The FHS specifies that the /etc top layer is for system-own3d stuff, but the subdirectories off it are explicitly used for user space programs and, well, everything. (/etc/apache, /etc/postgres, /etc/tomcat3, /etc/tomcat4...) Martin Coxall