Re: Me again..nOOb alert - Mailing list pgsql-novice

From Frank Bax
Subject Re: Me again..nOOb alert
Date
Msg-id 5.2.0.9.0.20030601102130.00a13080@pop6.sympatico.ca
Whole thread Raw
In response to Re: Me again..nOOb alert  (Herbie McDuck <herbie@faams.net>)
Responses Re: Me again..nOOb alert  (Josh Berkus <josh@agliodbs.com>)
List 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


pgsql-novice by date:

Previous
From: Herbie McDuck
Date:
Subject: Re: Me again..nOOb alert
Next
From: Don Patou
Date:
Subject: pl/pgsql noob