Re: RE: starting postmaster problems

Mike White <jmwhite@mail.hot1.net>

From: Mike White <jmwhite@mail.hot1.net>
To: "Patrick Coulombe" <pgsql-novice@postgresql.org>
Date: 2000-10-21T19:10:58Z
Lists: pgsql-novice
On Fri, 13 Oct 2000, Patrick Coulombe wrote:
> on my server, this is how i do it :
> 
> in etc/rc.d/rc.local :
> /bin/su - postgres -c "/home/postgres/runpostgres"
> 
> runpostgres :
> #!/bin/sh
> export LC_CTYPE=koi8-r
> export LC_COLLATE=koi8-r
> postmaster -i -B 1024 -S -D/usr/local/pgsql/data/ -o '-Fe'
> 
> 
> note that i run postgresql 6.
> pat

Well Pat, I tried it this way and still no luck.  I'm beginning to think it
might be some weird Mandrake thing.  I'm going to try that mailing list for
help.  Thanks for trying to help.

Mike