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/postgr
Denis Lapshin 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/p
Hello there,
I have already posted this problem several months ago, there was no change
in the documentation since then. It's not about the installation directory
or username, under the new OpenBSD's the parameter ordering of 'su' differs
from the older versions, the right order is like Denis
=?iso-8859-2?Q?Hidv=E9gi_G=E1bor?= writes:
> I have already posted this problem several months ago, there was no change
> in the documentation since then. It's not about the installation directory
> or username, under the new OpenBSD's the parameter ordering of 'su' differs
> from the older ver
=?iso-8859-2?Q?Hidv=E9gi_G=E1bor?= writes:
> I have already posted this problem several months ago, there was no change
> in the documentation since then. It's not about the installation directory
> or username, under the new OpenBSD's the parameter ordering of 'su' differs
> from the older ver