diff options
author | brook <brook@pkgsrc.org> | 2011-03-05 17:54:35 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2011-03-05 17:54:35 +0000 |
commit | fe78f6846671a7ac7b857143fa0b26810a95f4f3 (patch) | |
tree | 9453e057f5bdfc73a2a749394aaeeb2e79e40164 /databases/postgresql-uuid/DESCR | |
parent | 5fc8c475816afe29b82c69569b4bb1c453fef883 (diff) | |
download | pkgsrc-fe78f6846671a7ac7b857143fa0b26810a95f4f3.tar.gz |
Initial import of the uuid v1.0.2 package from pgfoundry.org.
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.
Diffstat (limited to 'databases/postgresql-uuid/DESCR')
-rw-r--r-- | databases/postgresql-uuid/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/postgresql-uuid/DESCR b/databases/postgresql-uuid/DESCR new file mode 100644 index 00000000000..29f92d086d4 --- /dev/null +++ b/databases/postgresql-uuid/DESCR @@ -0,0 +1,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. |