Re: adduser postgres

From: MPaule Torre <torre(at)obs-vlfr(dot)fr>
To: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>, Yiqun Lin <Yiqun(dot)Lin(at)NAU(dot)EDU>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: adduser postgres
Date: 2004-09-21 07:28:06
Message-ID: 5.0.2.1.2.20040921085017.00a7ba70@oceane.obs-vlfr.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hye

I had a similar problem and I solved it by :
* deleting and re-creating the user with passwd
* Verify in pg_hba.conf the access and users (It is at this level I had
problem from fields -be carefull with the editor- and the "identuser" /
try to put trust in a first time)
* giving rights to this user to my db
* using psql -U username -d dbname

I hope it helps

mp torre

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Magnus Hagander 2004-09-21 08:35:24 Re: windows docs?
Previous Message Robert Treat 2004-09-21 06:33:39 Re: adduser postgres