postmaster error log

From: "G(dot) Anthony Reina" <reina(at)nsi(dot)edu>
To: "pgsql-admin(at)postgreSQL(dot)org" <pgsql-admin(at)postgreSQL(dot)org>
Subject: postmaster error log
Date: 2000-08-31 00:32:44
Message-ID: 39ADA7AB.C2896318@nsi.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Alfred Perlstein 2000-08-31 01:25:38 Re: postmaster error log
Previous Message Max Pyziur 2000-08-30 21:31:29 Re: 7.0.2 questions on encoding and compilation