Re: - Mailing list pgsql-admin

From Tom Lane
Subject Re:
Date
Msg-id 8580.1087867597@sss.pgh.pa.us
Whole thread Raw
In response to ...  ("lise chhay" <lise.chhay@mail.com>)
List pgsql-admin
"lise chhay" <lise.chhay@mail.com> writes:
> J have created the user auth under Unix and I did :
> # su - postgres
> postgres$ createuser auth
> User auth created
> postgres$ psql auth
> auth=# INSERT INTO groupes (groupe, descr) VALUES ('auth', 'Administrateurs de la base Auth') ;
> auth=# INSERT INTO utilisateurs (login, password, nom, prenom) VALUES ('auth', 'tnnxiPQeNdFYs', 'auth', 'auth') ;
> auth=# INSERT INTO membres (login, groupe) VALUES ('auth', 'auth') ;

You have not set a Postgres password for this user.  (I don't know what
"utilisateurs" is, but it's definitely not what Postgres will consult.)
Use the ALTER USER command to set the correct password.

            regards, tom lane

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: UNDO
Next
From: juanmime@ono.com
Date:
Subject: Problems restoring a DB with oids