md5_update
returns the updated md5 context serialized as varchar
md5 context updatemd5_update
(in ctx varchar,
in data varchar);
Description
This function updates MD5_CTX with data parameter and returns the (deserialized from ctx parameter) updated context.