psql <database> <username> <arbitrarypassword>

From: Steven Borrelli <delborrell(at)googlemail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: psql <database> <username> <arbitrarypassword>
Date: 2011-11-09 15:21:56
Message-ID: def3252f-210b-4e99-89de-2bf2182ee93c@i10g2000vbk.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Anybody experience this before?

I can log in to my database as a particular user with any arbitrary
password, even though I've specifically set the password using:

\password <username>

Any idea as to why this is?

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Larry Rosenman 2011-11-09 16:40:30 Re: psql <database> <username> <arbitrarypassword>
Previous Message Francisco Leovey 2011-11-08 14:29:13 Re: Copy rows returned from a view into a table in a different db