Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA04410; Tue, 25 Feb 92 21:09:37 -0800
Date: Tue, 25 Feb 92 21:09:37 -0800
Message-Id: <9202260509.AA04410@postgres.Berkeley.EDU>
From: djones%super@uunet.UU.NET
Subject: Re: Starting postmaster
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu

Hi,

Don't know if this has any bearing, but here we start postmaster in the
rc rather than rc.local *and* make sure it is running as user postgres.

I.e.
	su postgres -c $POSTGRESHOME/bin/postmaster & echo 'postmaster'
rather than
> 	$POSTGRESHOME/bin/postmaster & echo 'postmaster'

and all works fine (SunOS 4.1.1 and 4.1.1B on IPC's and SS2's).

		Dan Jones

