Verifying a user.

Поиск
Список
Период
Сортировка
От Thomas Hallgren
Тема Verifying a user.
Дата
Msg-id ckm5so$smr$1@sea.gmane.org
обсуждение исходный текст
Ответы Re: Verifying a user.
Re: Verifying a user.
Список pgsql-general
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 по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Date format for bulk copy
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Date format for bulk copy