Re: [GENERAL] md5 calls

2004-06-09 Thread scott.marlowe
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

[GENERAL] md5 calls

2004-02-28 Thread Simon Windsor
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