Re: Me again..nOOb alert

From: Frank Bax <fbax(at)sympatico(dot)ca>
To: "pgsql-novice" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Me again..nOOb alert
Date: 2003-06-01 14:22:49
Message-ID: 5.2.0.9.0.20030601102130.00a13080@pop6.sympatico.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

At 05:36 AM 6/1/03, Herbie McDuck wrote:

>On Sunday 01 June 2003 05:16, Herbie McDuck wrote:
> > Where in all of the options does one set the -y option for postmaster?
> >
>
>GAWD..can't type either..that should be the -i option..:(

In your system startup script. On my OpenBSD system, I use:
if [ -x /usr/local/bin/pg_ctl ]; then
su -l pgsql -c "/usr/local/bin/pg_ctl start -w -o \"-i -B 512\" \
-D /var/pgsql/data -l /var/pgsql/logfile.`date +\%Y\%m\%d`"
echo -n ' pgsql'
fi

Frank

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Don Patou 2003-06-01 17:12:09 pl/pgsql noob
Previous Message Herbie McDuck 2003-06-01 09:36:19 Re: Me again..nOOb alert