Kris Kiger wrote:
> Is there a string function/operator in pg 7.3 that will allow me to see
> what a string encoded with md5 results in? I've seen on postgres'
> website that 7.4 is supporting an operator md5('string') that returns
> the md5 equivelant of the string in hexadecimal. Thanks
>
See contrib/pgcrypto
Joe