[DOCS] Wrong startup script of PostgreSQL 9.1.2 under OpenBSD 5.1

2012-09-25 Thread Denis Lapshin
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

Re: [DOCS] Wrong startup script of PostgreSQL 9.1.2 under OpenBSD 5.1

2012-09-25 Thread Tom Lane
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

Re: [DOCS] Wrong startup script of PostgreSQL 9.1.2 under OpenBSD 5.1

2012-09-25 Thread Hidvégi Gábor
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

Re: [DOCS] Wrong startup script of PostgreSQL 9.1.2 under OpenBSD 5.1

2012-09-25 Thread Tom Lane
=?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

Re: [DOCS] Wrong startup script of PostgreSQL 9.1.2 under OpenBSD 5.1

2012-09-25 Thread Tom Lane
=?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