Re: Error Message accessing configuration file - Mailing list pgsql-general

From Tom Lane
Subject Re: Error Message accessing configuration file
Date
Msg-id 17890.1182991352@sss.pgh.pa.us
Whole thread Raw
In response to Error Message accessing configuration file  ("Brian J. Erickson" <ericksbr@infocon-inc.com>)
List pgsql-general
"Brian J. Erickson" <ericksbr@infocon-inc.com> writes:
> I get the following message in the "pgstartup.log":
> postmaster cannot access the server configuration file
> "/database/postgresql.conf": Permission denied

Are you trying to change the standard config file location on a
Red Hat or Fedora system?  If so you're likely to run into
SELinux restrictions on where the postmaster daemon can touch
the filesystem.  You'd need to modify the SELinux policy (or
turn off SELinux but I don't really recommend that) to use a
nonstandard config file together with the standard postgres package.

            regards, tom lane

pgsql-general by date:

Previous
From: Paul Lambert
Date:
Subject: Re: varchar(n) VS text
Next
From: "Steve Wormley"
Date:
Subject: Better way to handle functions doing inserts into dynamically named tables?