Re: [ADMIN] problems to install PostgreSQL

2006-02-23 Thread Tomeh, Husam
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

Re: [ADMIN] problems to install PostgreSQL

2006-02-21 Thread Anjan Dave
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

Re: [ADMIN] problems to install PostgreSQL

2006-02-21 Thread sandhya
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