Re: Help - Mailing list pgsql-general

From Tom Lane
Subject Re: Help
Date
Msg-id 11153.1114698022@sss.pgh.pa.us
Whole thread Raw
In response to Help  (ElayaRaja S <elayaraja.s@gmail.com>)
List pgsql-general
ElayaRaja S <elayaraja.s@gmail.com> writes:
> Note: At the time of installing itself i get problem while setting permission as
>        root&    chown postgres.postgres /usr/local/pgsql/
>        chown: `postgres.postgres': invalid user

Some versions of chown only support the notation user:group
not user.group --- looks like yours is one.  I suspect also
that you failed to create the postgres user account properly.

            regards, tom lane

pgsql-general by date:

Previous
From: Stephane Bortzmeyer
Date:
Subject: Re: PRIMARY KEY on a *group* of columns imply that each column is NOT
Next
From: "Woody Woodring"
Date:
Subject: Re: Help