]> granicus.if.org Git - postgresql/commit
Add variants of digest() and hmac() that accept text inputs.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 7 Jan 2002 18:56:09 +0000 (18:56 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 7 Jan 2002 18:56:09 +0000 (18:56 +0000)
commit6d6b3e911cc5be4525ce0bb651aec4320f207040
tree0f886ff0566420f2cfa078cae35c4695cddb17e4
parent5b9a058384e714b89e050fc0b6381f97037c665a
Add variants of digest() and hmac() that accept text inputs.
 Marko Kreen says:
This is so obvious that I would like to make it 'official'.

Seems like the theology around bytea<>text casting kept me from
seeing the simple :)
contrib/pgcrypto/pgcrypto.sql.in