public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tom Lane <[email protected]>
To: Denis Lapshin <[email protected]>
Cc: [email protected]
Subject: Re: Wrong startup script of PostgreSQL 9.1.2 under OpenBSD 5.1
Date: Tue, 25 Sep 2012 13:02:45 -0400
Message-ID: <[email protected]> (raw)
In-Reply-To: <CAF=o15UvgtX-2KS8krc694FAdbpaKpcvgLiZ8YQcE==DK=Bw_w@mail.gmail.com>
References: <CAF=o15UvgtX-2KS8krc694FAdbpaKpcvgLiZ8YQcE==DK=Bw_w@mail.gmail.com>
Denis Lapshin <[email protected]> writes:
> On page http://www.postgresql.org/docs/9.1/interactive/server-start.html
> was published a wrong startup script for automatic starting PostgeSQL
> during boot under OpenBSD.
> Here is a working one which should be placed into /etc/rc.local file:
> if [ -x /usr/local/bin/pg_ctl -a -x /usr/local/bin/postgres ]; then
> su - _postgresql -c '/usr/local/bin/pg_ctl -D /var/postgresql/data
> start -l /var/postgresql/logfile -s'
> echo -n 'postgresql'
> fi
Right offhand it's not apparent to me that either of these can be said
to be "right" or "wrong". You are making different assumptions about
the installation directory and user name than what is in the
documentation, but your assumptions aren't more right than the docs'.
As stated there, the examples use generic choices that may need to be
adjusted for particular systems.
regards, tom lane
view thread (5+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: Wrong startup script of PostgreSQL 9.1.2 under OpenBSD 5.1
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox