Re: Postgres MD5 Function

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Postgres MD5 Function
Дата
Msg-id 3E3ACF6B.5030905@joeconway.com
обсуждение исходный текст
Ответ на Re: Postgres MD5 Function  (Larry Rosenman <ler@lerctr.org>)
Ответы Re: Postgres MD5 Function
Список pgsql-sql
Larry Rosenman wrote:
> --On Friday, January 31, 2003 01:34:42 -0800 David Durst 
> <ddurst@larubber.com> wrote:
>> Does there exsist a MD5 Function I can call???
> 
> look at /contrib/pgcrypto in the source distribution.
> 

Also worth noting is that 7.4 will have (and cvs HEAD has) a builtin md5 function:

regression=# select md5('Joe');               md5
---------------------------------- 3a368818b7341d48660e8dd6c5a77dbe
(1 row)

HTH,

Joe



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

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: Postgres MD5 Function
Следующее
От: Luis Magaña
Дата:
Сообщение: For each record in SELECT