Passwords in PSQL - Mailing list pgsql-hackers

From Rafaqat Ali
Subject Passwords in PSQL
Date
Msg-id b15f5be2050424233633e185a6@mail.gmail.com
Whole thread Raw
Responses Re: Passwords in PSQL  (Gavin Sherry <swm@linuxworld.com.au>)
Re: Passwords in PSQL  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
Hello All       I am using                        \c [database] [user-name]      to connect to any database.      Any
onecan connect to any database. If any one knows user 
name, he/she connect to db. I want to provide some security that no
one can connect without providing passwords. postgres uses a function
do_coonect() for this perpose. I provide it passwords but it let me
connect to db with any passwords provided. Can any one tell me how to
set passwords for db user. and how can I implement password protection
in psql.


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: CVS regression test problem
Next
From: Gavin Sherry
Date:
Subject: Re: Passwords in PSQL