Make sure that you initdb the postgresql cluster as the user "postgres"
not as "root".
So, after configuring, compiling, and installing the source, switch user
to "postgres" and run your initdb command.
Husam
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTE
Can also use a startup script from the contrib directory of the source.
-Original Message-
From: sandhya [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 21, 2006 7:14 AM
To: Paolo De Simone; pgsql-admin@postgresql.org
Subject: Re: [ADMIN] problems to install PostgreSQL
Instead of
Instead of executing the command from root ...login as postgres user and try
like
su - postgres
- Original Message -
From: "Paolo De Simone" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, February 21, 2006 5:34 PM
Subject: [ADMIN] problems to install PostgreSQL
> Hello all,
>
> i'm trying to