diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-07 23:04:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-07 23:04:40 +0000 |
commit | fdca75fe1cc8feef54b505b929ba25a3e35bd017 (patch) | |
tree | 189a2826705d63b78cbdca28331c995cf26d9430 /databases/Makefile | |
parent | 3be670582fc8250f82ebd0b6a14da2c77e50265d (diff) | |
download | ports-fdca75fe1cc8feef54b505b929ba25a3e35bd017.tar.gz ports-fdca75fe1cc8feef54b505b929ba25a3e35bd017.zip |
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/
PR: ports/130252
Submitted by: Wen Heping <wenheping at gmail.com>
Notes
Notes:
svn path=/head/; revision=225425
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 821a4bac1056..c9fcf8400507 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -504,6 +504,7 @@ SUBDIR += py-mssql SUBDIR += py-oops SUBDIR += py-pg8000 + SUBDIR += py-pg_pqueue SUBDIR += py-psycopg SUBDIR += py-psycopg2 SUBDIR += py-pyPgSQL |