Re: RE: starting postmaster problems - Mailing list pgsql-novice

From Mike White
Subject Re: RE: starting postmaster problems
Date
Msg-id 00102114131800.04020@localhost.localdomain
Whole thread Raw
In response to RE: starting postmaster problems  ("Patrick Coulombe" <11h11@videotron.ca>)
List 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


pgsql-novice by date:

Previous
From: Mike White
Date:
Subject: database design
Next
From: Frank Hilliard
Date:
Subject: Using KDE to start Postgres