Re: [ADMIN] initdb and WARN

From: Andrea Antibo <antibo(at)mclink(dot)it>
To: pgsql-admin(at)postgreSQL(dot)org
Subject: Re: [ADMIN] initdb and WARN
Date: 1998-10-07 18:18:30
Message-ID: XFMail.981007201830.antibo@mclink.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

>> initdb: creating template database in /usr/local/pgsql/data/base/template1
>> Running: postgres -boot -C -F -D/usr/local/pgsql/data -Q template1
>> WARN:heap_modifytuple: repl is \ 0
>> initdb: could not create template database
>> initdb: cleaning up by wiping out /usr/local/pgsql/data/base/template1
>>
>>
>> I loocked on the web and now I know I must delete the old library of
>> postgres,
>> but, i did it.
>> I deleted all in old pgsql home, I created a new home.
>
> You have an old version of the postgres binaries in your search path.

This is the .bashrc of user postgres but I deleted all before new installation.

PATH=$PATH:/usr/local/pgsql/bin
MANPATH=$MANPATH:/usr/local/pgsql/man
PGLIB=/usr/local/pgsql/lib
PGDATA=/usr/local/pgsql/data
export PATH MANPATH PGLIB PGDATA

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Gilley, Charles H. 1998-10-07 19:20:48 6.3.2 build, more questions
Previous Message Gene Selkov Jr. 1998-10-07 17:58:35 Re: Copy slows down; is it normal?