summaryrefslogtreecommitdiff
path: root/databases/postgresql-uuid/DESCR
blob: 29f92d086d482fa3c03d7b4b0b502d1ba33131f7 (plain)
1
2
3
4
5
6
The ``uuid'' PostgreSQL package implements creation of Universally
Unique Identifiers (UUIDs), also referred to as Globally Unique
Identifiers (GUIDs).  Although PostgreSQL supports storing UUIDs as a
native datatype, it does not provide any mechanism for creating them.
This package wraps openssl-supplied md5 and sha1 functions to create
UUIDs within PostgreSQL.