RE: postmaster error log

From: Hal Lynch <hal(at)cc(dot)usu(dot)edu>
To: Postgres Admin <pgsql-admin(at)postgresql(dot)org>
Subject: RE: postmaster error log
Date: 2000-08-31 16:18:40
Message-ID: a04320401b5d434e8b36f@[129.123.1.184]
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?

I had the same problem, try:

nohup postmaster -i >& pgserver.log

hal

Browse pgsql-admin by date

  From Date Subject
Next Message Dronamraju Rajesh 2000-09-02 17:57:58 What do i need before compiling postgres on solaris 7
Previous Message G. Anthony Reina 2000-08-31 16:02:37 Re: postmaster error log