From: | Gaetano Mendola <mendola(at)bigfoot(dot)com> |
---|---|
To: | Joe Conway <mail(at)joeconway(dot)com> |
Subject: | Re: [ADMIN] SRPM for 8.0.0 beta? |
Date: | 2004-08-18 11:20:18 |
Message-ID: | 41233B72.1090702@bigfoot.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general pgsql-hackers |
Joe Conway wrote:
> Tom Lane wrote:
>
>> Joe Conway <mail(at)joeconway(dot)com> writes:
>>
>>> Hopefully the third try is a charm ;-)
>>
>>
>>> Version 3 is now available: fixes the init script. Previously
>>> /etc/init.d/postgresql worked the first time used (i.e. would initdb
>>> and start postgres) but not the second and subsequent times.
>>
>>
>> [ blink... ] Was this your own error, or are you saying there is such a
>> bug in the current RPM distributions?
>>
>
> My own. I missed changing this line:
> if [ `cat $PGDATA/PG_VERSION` != '7.4' ]
> to this:
> if [ `cat $PGDATA/PG_VERSION` != '8.0' ]
BTW I have bitten recently on the attempt of change the default port.
I did it as usual changing it in postgresql.conf but that parameter
is overriden by:
PGPORT=5432
present on the start up script.
There is any reason to still pass this parameter to postmaster ?
Regards
Gaetano Mendola
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2004-08-18 11:20:59 | Re: [ADMIN] SRPM for 8.0.0 beta? |
Previous Message | JM | 2004-08-18 10:10:37 | High Availability - Performace Scalability - Dyanamic Load Balancing |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2004-08-18 11:20:59 | Re: [ADMIN] SRPM for 8.0.0 beta? |
Previous Message | JM | 2004-08-18 10:10:37 | High Availability - Performace Scalability - Dyanamic Load Balancing |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2004-08-18 11:20:59 | Re: [ADMIN] SRPM for 8.0.0 beta? |
Previous Message | Fabien COELHO | 2004-08-18 09:03:32 | Re: tablespace and sequences? |