Quoting Tom Lane ([EMAIL PROTECTED]):
> Paul Tomblin <[EMAIL PROTECTED]> writes:
> > Is there a postmaster log other than what's in /var/log/messages?
> 
> Yes, the postmaster's stderr output.  What is your startup script doing
> with that?

I'm using the one that comes with the 7.1 RPM, (from Lamar Owen) which
redirects stderr to /dev/null.

        su -l postgres -c "LC_ALL=C /usr/bin/pg_ctl  -D $PGDATA -p /usr/bin/postmaster 
start >/dev/null 2>&1" < /dev/null

I guess I should stop that from happening and see what messages come out.
I'll report back.

-- 
Paul Tomblin <[EMAIL PROTECTED]>, not speaking for anybody
In 1665 Issac Newton became discouraged when he fell up a flight of
stairs.

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to