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

From Josh Berkus
Subject Re: Me again..nOOb alert
Date
Msg-id 200306011138.46148.josh@agliodbs.com
Whole thread Raw
In response to Re: Me again..nOOb alert  (Frank Bax <fbax@sympatico.ca>)
List pgsql-novice
Herbie,

> 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'

I, on the other hand, find it much easier to manage Postmaster settings using
the postgresql.conf file, and do only:
pg_ctl -D /usr/local/pgsql/data -l /var/log/postgresql

using the options in the .conf file to set TCP/IP networking, buffers, and all
of the other settings.

--
Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-novice by date:

Previous
From: Don Patou
Date:
Subject: pl/pgsql noob
Next
From: John
Date:
Subject: Postgresql 7.3.2 installation on SuSE Linux 8.2 Professional