Re: [ADMIN] Password when logging into postgres

2011-09-01 Thread Gabriele Bartolini
Hi Lance, I reinstalled postgres from scratch receintly. I recreated a role with createrole called XYZ. I do not want XYZ to use a password on my local box. How do I set this up so that it will not ask for a password? You have two options: 1) insert a line in ~/.pgpass file in your home dire

Re: [ADMIN] Password when logging into postgres

2011-09-01 Thread Scott Marlowe
On Thu, Sep 1, 2011 at 7:48 AM, Campbell, Lance wrote: > Postgres 9.0.4 > I installed from the visual linux installer > Redhat 6 newest updates > > I reinstalled postgres from scratch receintly.  I recreated a role with > createrole called XYZ.  I do not want XYZ to use a password on my local > bo

[ADMIN] Password when logging into postgres

2011-09-01 Thread Campbell, Lance
Postgres 9.0.4 I installed from the visual linux installer Redhat 6 newest updates I reinstalled postgres from scratch receintly. I recreated a role with createrole called XYZ. I do not want XYZ to use a password on my local box. How do I set this up so that it will not ask for a password? T