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