postmaster error log - Mailing list pgsql-admin

From G. Anthony Reina
Subject postmaster error log
Date
Msg-id 39ADA7AB.C2896318@nsi.edu
Whole thread Raw
Responses Re: postmaster error log  (Alfred Perlstein <bright@wintelcom.net>)
List pgsql-admin
I'm trying to start the postmaster exactly how it is written in the
installation instructions:

nohup postmaster -i > pgserver.log 2>&1 &

However, RedHat Linux 6.1 gives me an 'Ambiguous output redirect '
error. This is probably because I'm using TCSH instead of BASH.

Is there a way that I can redirect like this in TCSH? Currently, I just
use:

nohup postmaster -i > pgserver.log &

However, the errors are written to stdout and not to pgserver.log (as I
would want it).

-Tony



pgsql-admin by date:

Previous
From: Max Pyziur
Date:
Subject: Re: 7.0.2 questions on encoding and compilation
Next
From: Alfred Perlstein
Date:
Subject: Re: postmaster error log