Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: Log file permissions?


  • From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
  • To: Douglas McNaught <doug(at)mcnaught(dot)org>
  • Cc: Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk>, pgsql-general(at)postgresql(dot)org
  • Subject: Re: Log file permissions?
  • Date: Thu, 31 Jan 2008 12:00:20 -0300
  • Message-id: <20080131150020.GD8602@alvh.no-ip.org> <text/plain>

Douglas McNaught wrote:
> On 1/31/08, Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk> wrote:
> > I've noticed that by default postgres writes its log files read/write
> > only by the postgres user.
> >
> > I have a nagios user I want to be able to analyse the logs.
> >
> > Is there a way to make postgres output them so they can be read by a
> > group? Or am I going to have to write a script?
> 
> PG itself only writes to stdout/stderr or uses syslog().  The way logs
> are generated and stored is distro-specific, so you need to look at
> how your distro does things (perhaps modifying the startup script).

Actually, as of 8.0 there is specialized process that captures stderr
and saves it to log files.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group