md5 ( text ) → textComputes the MD5 hash of the argument, with the result written in hexadecimal.
md5('abc') → 900150983cd24fb0d6963f7d28e17f72Computes the MD5 hash of the argument, with the result written in hexadecimal.
md5 ( text ) → textComputes the MD5 hash of the argument, with the result written in hexadecimal.
md5('abc') → 900150983cd24fb0d6963f7d28e17f72md5 ( bytea ) → textComputes the MD5 hash of the binary string, with the result written in hexadecimal.
md5('Th\000omas'::bytea) → 8ab2d3c9689aaf18b4958c334c82d8b1Definition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source