digest data types? - Mailing list pgsql-general

From Reece Hart
Subject digest data types?
Date
Msg-id 1176327679.6763.10.camel@snafu.site
Whole thread Raw
Responses Re: digest data types?  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-general
Does anyone have postgresql types for message digests, especially md5 and sha1?

Obviously I could store these as text (as I currently do), but I'm particularly interested in custom types that store digests as binary blobs and provide conversion to/from text.

Am I correct in assuming that the space saved by storing digests as binary (1/2 size of hex) will substantially impact index ins/upd/del performance or when the digest itself is a large fraction of the rest of the row size?

Thanks,
Reece

-- 
Reece Hart, http://harts.net/reece/, GPG:0x25EC91A0

pgsql-general by date:

Previous
From: "Leon Mergen"
Date:
Subject: hashtext () and collisions
Next
From: Jonathan Vanasco
Date:
Subject: seeking: advice on reordering table