Verifying a user.
От
Thomas Hallgren
Тема
Verifying a user.
Дата
Msg-id
ckm5so$smr$1@sea.gmane.org
Список
Дерево обсуждения
Verifying a user. Thomas Hallgren <thhal@mailblocks.com>
Re: Verifying a user. Michael Fuhr <mike@fuhr.org>
Re: Verifying a user. Steven Klassen <sklassen@commandprompt.com>
Re: Verifying a user. Steven Klassen <sklassen@commandprompt.com>
I'm connected to a database and I want to verify that a username and password for some user is correct. I know I can verify a users existence by doing: select exists(select * from pg_user where usename = $1) but I would like to verify the correctness of the password as well. Is there a way to do that using SQL? Regards, Thomas Hallgren
В списке pgsql-general по дате отправления