Re: [HACKERS] Postmaster not starting - Mailing list pgsql-hackers

From Egon Schmid
Subject Re: [HACKERS] Postmaster not starting
Date
Msg-id Pine.NEB.3.95.980609162023.8812A-100000@delos.stuttgart.netsurf.de
Whole thread Raw
In response to Re: [HACKERS] Postmaster not starting  (The Hermit Hacker <scrappy@hub.org>)
Responses Re: [HACKERS] Postmaster not starting  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
I added '-D /usr/local/pgsql/data' my first time I ever know.  It worked!
But this means that the environment variables (PGDATA) are ignored.  The
version I took was from 5:30am GMT (after Bruce's commit's to
postmaster.c).

-Egon

On Tue, 9 Jun 1998, The Hermit Hacker wrote:
> I start mine up with something like:
>
> #!/bin/tcsh
> setenv HOMEDIR /home/db
> ${HOMEDIR}/bin/postmaster -o "-F -o ${HOMEDIR}/errout" \
>     -i -p 5000 -D${HOMEDIR}/data &
>
> First thing I'd try is adding the -D<dir> switch so that postmaster knows
> where your databases are...


pgsql-hackers by date:

Previous
From: David Hartwig
Date:
Subject: Re: [HACKERS] v6.4 - What is planned...?
Next
From: Vadim Mikheev
Date:
Subject: Re: [HACKERS] maximum of postgres ?