{ "name": "md5hash", "abstract": "Efficient inline storage of 128-bit binary data (e.g. MD5 hashes).", "description": "The usual way to store MD5 hashes is in varlena columns (e.g. TEXT), which occupies unnecessary amount of data (over 32B for 16B of data). This extension defines a native 16-byte data type, stored inline, allowing more efficient storage etc. which is especially useful for hashes used as identifiers.", "version": "1.0.1", "maintainer": "Tomas Vondra ", "license": "bsd", "prereqs": { "runtime": { "requires": { "PostgreSQL": "8.4.0" } } }, "provides": { "md5hash": { "file": "sql/md5hash--1.0.1.sql", "docfile" : "README.md", "version": "1.0.1" } }, "resources": { "repository": { "url": "https://github.com/tvondra/md5hash.git", "web": "http://github.com/tvondra/md5hash", "type": "git" } }, "tags" : ["md5", "hash", "data type"], "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "release_status" : "stable" }