Re: Postgres MD5 Function

From: Joe Conway <mail(at)joeconway(dot)com>
To: Larry Rosenman <ler(at)lerctr(dot)org>
Cc: ddurst(at)larubber(dot)com, pgsql-sql(at)postgresql(dot)org
Subject: Re: Postgres MD5 Function
Date: 2003-01-31 19:32:59
Message-ID: 3E3ACF6B.5030905@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Larry Rosenman wrote:
> --On Friday, January 31, 2003 01:34:42 -0800 David Durst
> <ddurst(at)larubber(dot)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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Luis Magaña 2003-01-31 21:21:17 For each record in SELECT
Previous Message Larry Rosenman 2003-01-31 18:14:54 Re: Postgres MD5 Function