On Sat, 21 Feb 2004, Simon Windsor wrote:
> Hi
>
>
>
> I am using the standard debian testing release of postgres(7.3.4) and was
> wondering how to produce and md5 string.
>
>
>
> I had thought
>
>
>
> Select md5('joe');
>
>
>
> Would be sufficient?
Doesn't that work? It works f
Hi
I am using the standard debian testing release of postgres(7.3.4)
and was wondering how to produce and md5 string.
I had thought
Select md5(‘joe’);
Would be sufficient?
Any ideas, or is the best option to create a perl function
to do this for me ?
Simon
Simon