Re: Me again..nOOb alert

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: "pgsql-novice" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Me again..nOOb alert
Date: 2003-06-01 18:38:46
Message-ID: 200306011138.46148.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message John 2003-06-01 22:09:07 Postgresql 7.3.2 installation on SuSE Linux 8.2 Professional
Previous Message Don Patou 2003-06-01 17:12:09 pl/pgsql noob