From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | rwhart(at)mchsi(dot)com |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Alternate db location |
Date: | 2005-02-15 16:30:04 |
Message-ID: | 12807.1108485004@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
rwhart(at)mchsi(dot)com writes:
> [ initdb fails with ]
> creating directory /pg_data/pg_tblspc ... ok
> selecting default max_connections ... 10
> selecting default shared_buffers ... 50
> creating configuration files ... ok
> creating template1 database in /pg_data/base/1 ...
Hmm, the "default max_connections" and "default shared_buffers" values
are pretty fishy: those are the minimums that initdb will select if
the postgres bootstrap process failed to start with anything larger.
I interpret the above as saying that postgres boot won't start at all.
What do you see if you start it by hand, ie
postgres -boot -x0 template1
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2005-02-15 16:34:19 | Re: problem with dots in order by |
Previous Message | Jan Poslusny | 2005-02-15 16:25:02 | Re: random record from small set |