aboutsummaryrefslogtreecommitdiff
path: root/databases/py-pg_pqueue/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-pg_pqueue/pkg-descr')
-rw-r--r--databases/py-pg_pqueue/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/py-pg_pqueue/pkg-descr b/databases/py-pg_pqueue/pkg-descr
new file mode 100644
index 000000000000..732995058c7a
--- /dev/null
+++ b/databases/py-pg_pqueue/pkg-descr
@@ -0,0 +1,12 @@
+PQueue is a package providing low-level PQ protocol classes for
+interacting with a PostgreSQL database. It supports version 3.0
+of the protocol--the current primary version of protocol. The
+package also provides a basic protocol transaction class. This
+class keeps the state of the protocol in an interrupt safe manner,
+and validates the integrity of the communication as messages are
+received.
+
+In general, you probably will never use this package directly,
+unless you are writing a driver.
+
+WWW: http://python.projects.postgresql.org/