summaryrefslogtreecommitdiff
path: root/databases/postgresql-uuid/DESCR
diff options
context:
space:
mode:
authorbrook <brook@pkgsrc.org>2011-03-05 17:54:35 +0000
committerbrook <brook@pkgsrc.org>2011-03-05 17:54:35 +0000
commitfe78f6846671a7ac7b857143fa0b26810a95f4f3 (patch)
tree9453e057f5bdfc73a2a749394aaeeb2e79e40164 /databases/postgresql-uuid/DESCR
parent5fc8c475816afe29b82c69569b4bb1c453fef883 (diff)
downloadpkgsrc-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/DESCR6
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.