Re: problem with pg_standby - Mailing list pgsql-general

From Greg Smith
Subject Re: problem with pg_standby
Date
Msg-id 4C589025.4030603@2ndquadrant.com
Whole thread Raw
In response to Re: problem with pg_standby  (Gerd Koenig <koenig@transporeon.com>)
Responses Re: problem with pg_standby
List pgsql-general
Gerd Koenig wrote:
> Since even the init-script starts pg as user postgres I have no idea what
> differs from init-script to direct call of pg_ctl as user postgres...?!?!
>

Do you have SELinux turned on?  That can do weird stuff like this--the
init script will be running with restrictions the manual pg_ctl launch
will not have.  Should be information in /var/log/ somewhere if that's
the case.

--
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us


pgsql-general by date:

Previous
From: Gerd Koenig
Date:
Subject: Re: problem with pg_standby
Next
From: Timothy Garnett
Date:
Subject: Re: When can postgresql use a partial (NOT NULL) index? Seems to depend on size of IN clause (even with enable seqscan = off)