Re: How to determine if a user exists..

Поиск
Список
Период
Сортировка
От Joel Burton
Тема Re: How to determine if a user exists..
Дата
Msg-id Pine.LNX.4.21.0104230904190.15933-100000@olympus.scw.org
обсуждение исходный текст
Ответ на How to determine if a user exists..  ("Dominic J. Eidson" <sauron@the-infinite.org>)
Ответы Re: How to determine if a user exists..  ("Dominic J. Eidson" <sauron@the-infinite.org>)
Список pgsql-hackers
On Mon, 23 Apr 2001, Dominic J. Eidson wrote:

> I am trying to add another authentication mechanism to PostgreSQL... And,
> in doing that, I need to verify the existance of an user within PG. Short
> of hacking together code from verify_password(), is there any way to check
> if a user exists in postgresql? (The actuall password verification will be
> taken care of elsewhere... I just need to check if the user exists.)

pg_user holds users

(passwords in pg_shadow)

HTH,
-- 
Joel Burton   <jburton@scw.org>
Director of Information Systems, Support Center of Washington



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Chad La Joie
Дата:
Сообщение: 7.2 feature request
Следующее
От: "Dominic J. Eidson"
Дата:
Сообщение: Re: How to determine if a user exists..