Re: [HACKERS] Solution to the pg_user passwd problem !?? (c)

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Solution to the pg_user passwd problem !?? (c)
Дата
Msg-id 199802201502.KAA03793@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Solution to the pg_user passwd problem !?? (c)  (Ronald Baljeu <rjb@xs4all.nl>)
Ответы Re: [HACKERS] Solution to the pg_user passwd problem !?? (c)
Список pgsql-hackers
>
> > ------- OTHER WISE ---- CAN WE STEAL IDEAS FROM OTHERS? --------
> >
> > I'm also running MySQL (trying to switch to PG, but waiting for ODBC
> > to catch up), I like the mysql feature of inserting passords by:
> >
> >     insert into user (host,user,password)
> >     values ("domain.com","dlorenso",password('psswrd');
>
> Hmmm... When I read this, another (related) idea pops into my head.
> It's probably nothing, but:
>
> what about defining a new type 'passwd', with
> an input (or output) routine which does the crypting?

If they do a binary cursor, does the output function get called?

--
Bruce Momjian
maillist@candle.pha.pa.us

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Who is everyone?
Следующее
От: Ronald Baljeu
Дата:
Сообщение: Re: [HACKERS] Who is everyone?